Home
last modified time | relevance | path

Searched refs:vs1 (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/python/kernel_tests/
Dpartitioned_variables_test.py349 vs1 = partitioned_variables.create_partitioned_variables([2, 4], [1, 2],
354 var1_name = vs1[0]._save_slice_info.full_name
358 self.assertEqual(var1_name + "/part_0:0", vs1[0].name)
359 self.assertEqual(var1_name + "/part_1:0", vs1[1].name)
367 vs1 = partitioned_variables.create_partitioned_variables(
374 var1_name = vs1[0]._save_slice_info.full_name
378 self.assertEqual(var1_name + "/part_0:0", vs1[0].name)
379 self.assertEqual(var1_name + "/part_1:0", vs1[1].name)
386 vs1 = partitioned_variables.create_partitioned_variables([2, 4], [1, 2],
391 var1_name = vs1[0]._save_slice_info.full_name
[all …]
Dvariable_scope_test.py1117 with variable_scope.variable_scope(vs) as vs1:
1118 self.assertEqual(axis0_into2_partitioner, vs1.partitioner)
/external/libjpeg-turbo/simd/
Djquanti-altivec.c107 #define MULTIPLY(vs0, vs1, out) { \ argument
109 (__vector unsigned short)vs1); \
111 (__vector unsigned short)vs1); \
/external/tensorflow/tensorflow/python/training/
Dmoving_averages_test.py63 with variable_scope.variable_scope("scope1") as vs1:
73 actual_names = [v.name for v in vs1.global_variables()]
77 with variable_scope.variable_scope("scope1") as vs1:
81 with variable_scope.variable_scope(vs1, reuse=True):
/external/clang/test/CodeGen/
Dbuiltins-ppc-altivec.c8869 vector short vs1 = (vector short)(-1); in test7() local
8871 res_i = (vs1 == vs2); in test7()
8875 res_i = (vs1 != vs2); in test7()
8879 res_i = (vs1 < vs2); in test7()
8883 res_i = (vs1 > vs2); in test7()
8887 res_i = (vs1 <= vs2); in test7()
8891 res_i = (vs1 >= vs2); in test7()
/external/deqp/external/openglcts/modules/common/
DglcUniformBlockTests.cpp589 std::string vs1("layout (std140) uniform Data { lowp float x; } myData;\n" in iterate() local
612 if (!Link(vs1, fs1) || !Link(vs2, fs2)) in iterate()
/external/dagger2/lib/
Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...