/external/snakeyaml/src/test/java/org/yaml/snakeyaml/types/ |
D | PairsTagTest.java | 32 Object[] tuple1 = list1.get(0); in testPairs() local
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | shape_util_test.cc | 217 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
|
D | layout_util_test.cc | 47 Shape tuple1 = ShapeUtil::MakeTupleShape({shape}); in TEST_F() local
|
D | literal_test.cc | 423 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/ |
D | messageformat2_evaluation.h | 55 const PrioritizedVariant& tuple1 = *(static_cast<const PrioritizedVariant*>(left.pointer)); in comparePrioritizedVariants() local
|
/external/icu/icu4c/source/i18n/ |
D | messageformat2_evaluation.h | 55 const PrioritizedVariant& tuple1 = *(static_cast<const PrioritizedVariant*>(left.pointer)); in comparePrioritizedVariants() local
|
/external/pytorch/torch/_dynamo/repro/ |
D | after_aot.py | 605 def compare_tuples(tuple1, tuple2): argument
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_domain_test.cc | 745 HloInstruction* tuple1 = in TEST_F() local
|
D | bfloat16_propagation_test.cc | 286 HloInstruction* tuple1 = in TEST_F() local 776 HloInstruction* tuple1 = in TEST_F() local
|
D | buffer_assignment_test.cc | 2175 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
|
D | hlo_cost_analysis_test.cc | 774 auto tuple1 = builder.AddInstruction(HloInstruction::CreateTuple({c1, c2})); in TEST_F() local
|
D | hlo_evaluator_test.cc | 3205 auto tuple1 = in TEST_P() local 4922 HloInstruction* tuple1 = in TEST_F() local 4952 HloInstruction* tuple1 = in TEST_F() local
|
D | sharding_propagation_test.cc | 930 auto* tuple1 = FindInstruction(module.get(), "tuple.1"); in TEST_P() local
|
/external/pytorch/aten/src/ATen/core/ |
D | type.cpp | 403 auto tuple1 = t1->castRaw<TupleType>(); in unifyTypesImpl() local
|
/external/python/cpython3/Lib/unittest/ |
D | case.py | 1115 def assertTupleEqual(self, tuple1, tuple2, msg=None): argument
|
/external/python/cpython3/Lib/test/ |
D | test_itertools.py | 2664 def mutatingtuple(tuple1, f, tuple2): argument
|