Home
last modified time | relevance | path

Searched defs:tuple2 (Results 1 – 14 of 14) sorted by relevance

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/types/
DPairsTagTest.java41 Object[] tuple2 = list1.get(1); in testPairs() local
/external/tensorflow/tensorflow/compiler/xla/
Dshape_util_test.cc219 Shape tuple2 = ShapeUtil::MakeTupleShape( in TEST() local
233 Shape tuple2 = ShapeUtil::MakeTupleShape( in TEST() local
241 Shape tuple2 = ShapeUtil::MakeTupleShape( in TEST() local
250 Shape tuple2 = ShapeUtil::MakeTupleShape( in TEST() local
258 Shape tuple2 = ShapeUtil::MakeTupleShape( in TEST() local
267 Shape tuple2 = ShapeUtil::MakeTupleShape( in TEST() local
Dlayout_util_test.cc48 Shape tuple2 = ShapeUtil::MakeTupleShape({shape, shape}); in TEST_F() local
Dliteral_test.cc428 auto tuple2 = LiteralUtil::MakeTuple({&scalar_clone, &matrix}); in TEST_F() local
453 auto tuple2 = LiteralUtil::MakeTuple({&r1_clone, &r2}); in TEST_F() local
/external/python/cpython2/Lib/test/
Dtest_pprint.py20 class tuple2(tuple): class
Dtest_itertools.py1459 def mutatingtuple(tuple1, f, tuple2): argument
Dtest_builtin.py529 class tuple2(tuple): class
/external/python/cpython3/Lib/test/
Dtest_pprint.py26 class tuple2(tuple): class
Dtest_itertools.py2142 def mutatingtuple(tuple1, f, tuple2): argument
/external/python/cpython2/Lib/unittest/
Dcase.py745 def assertTupleEqual(self, tuple1, tuple2, msg=None): argument
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cost_analysis_test.cc785 auto tuple2 = builder.AddInstruction( in TEST_F() local
Dhlo_evaluator_test.cc3207 auto tuple2 = in TEST_P() local
4956 HloInstruction* tuple2 = in TEST_F() local
/external/python/cpython3/Lib/unittest/
Dcase.py1053 def assertTupleEqual(self, tuple1, tuple2, msg=None): argument
/external/tensorflow/tensorflow/compiler/xla/tests/
Dconditional_test.cc761 const Shape tuple2 = ShapeUtil::MakeTupleShape({scalar, scalar}); in XLA_TEST_F() local