Home
last modified time | relevance | path

Searched defs:tuple1 (Results 1 – 16 of 16) sorted by relevance

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/types/
DPairsTagTest.java32 Object[] tuple1 = list1.get(0); in testPairs() local
/external/tensorflow/tensorflow/compiler/xla/
Dshape_util_test.cc217 Shape tuple1 = ShapeUtil::MakeTupleShape( in TEST() local
231 Shape tuple1 = ShapeUtil::MakeTupleShape( in TEST() local
239 Shape tuple1 = ShapeUtil::MakeTupleShape( in TEST() local
248 Shape tuple1 = ShapeUtil::MakeTupleShape( in TEST() local
256 Shape tuple1 = ShapeUtil::MakeTupleShape( in TEST() local
265 Shape tuple1 = ShapeUtil::MakeTupleShape( in TEST() local
Dlayout_util_test.cc47 Shape tuple1 = ShapeUtil::MakeTupleShape({shape}); in TEST_F() local
Dliteral_test.cc423 auto tuple1 = LiteralUtil::MakeTuple({&scalar, &matrix}); in TEST_F() local
447 auto tuple1 = LiteralUtil::MakeTuple({&r1, &r2}); in TEST_F() local
/external/icu/libicu/cts_headers/
Dmessageformat2_evaluation.h55 const PrioritizedVariant& tuple1 = *(static_cast<const PrioritizedVariant*>(left.pointer)); in comparePrioritizedVariants() local
/external/icu/icu4c/source/i18n/
Dmessageformat2_evaluation.h55 const PrioritizedVariant& tuple1 = *(static_cast<const PrioritizedVariant*>(left.pointer)); in comparePrioritizedVariants() local
/external/pytorch/torch/_dynamo/repro/
Dafter_aot.py605 def compare_tuples(tuple1, tuple2): argument
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_domain_test.cc745 HloInstruction* tuple1 = in TEST_F() local
Dbfloat16_propagation_test.cc286 HloInstruction* tuple1 = in TEST_F() local
776 HloInstruction* tuple1 = in TEST_F() local
Dbuffer_assignment_test.cc2175 auto tuple1 = builder.AddInstruction( in TEST_F() local
2725 auto tuple1 = builder.AddInstruction( in TEST_F() local
2810 auto tuple1 = builder.AddInstruction( in TEST_F() local
Dhlo_cost_analysis_test.cc774 auto tuple1 = builder.AddInstruction(HloInstruction::CreateTuple({c1, c2})); in TEST_F() local
Dhlo_evaluator_test.cc3205 auto tuple1 = in TEST_P() local
4922 HloInstruction* tuple1 = in TEST_F() local
4952 HloInstruction* tuple1 = in TEST_F() local
Dsharding_propagation_test.cc930 auto* tuple1 = FindInstruction(module.get(), "tuple.1"); in TEST_P() local
/external/pytorch/aten/src/ATen/core/
Dtype.cpp403 auto tuple1 = t1->castRaw<TupleType>(); in unifyTypesImpl() local
/external/python/cpython3/Lib/unittest/
Dcase.py1115 def assertTupleEqual(self, tuple1, tuple2, msg=None): argument
/external/python/cpython3/Lib/test/
Dtest_itertools.py2664 def mutatingtuple(tuple1, f, tuple2): argument