/external/snakeyaml/src/test/java/org/yaml/snakeyaml/types/ |
PairsTagTest.java | 35 Object[] tuple1 = list1.get(0); local 36 assertEquals(2, tuple1.length); 37 assertEquals("meeting", tuple1[0]); 38 assertEquals("with team.", tuple1[1]);
|
/external/tensorflow/tensorflow/compiler/xla/ |
layout_util_test.cc | 53 Shape tuple1 = ShapeUtil::MakeTupleShape({shape}); local 57 EXPECT_FALSE(LayoutUtil::LayoutsInShapesEqual(tuple0, tuple1)); 59 EXPECT_FALSE(LayoutUtil::LayoutsInShapesEqual(tuple1, tuple0)); 62 EXPECT_TRUE(LayoutUtil::LayoutsInShapesEqual(tuple1, tuple1)); 63 EXPECT_FALSE(LayoutUtil::LayoutsInShapesEqual(tuple1, tuple2)); 64 EXPECT_FALSE(LayoutUtil::LayoutsInShapesEqual(tuple2, tuple1));
|
shape_util_test.cc | 202 Shape tuple1 = ShapeUtil::MakeTupleShape( local 206 EXPECT_TRUE(ShapeUtil::Compatible(tuple1, tuple2)); 210 Shape tuple1 = ShapeUtil::MakeTupleShape( local 214 EXPECT_TRUE(ShapeUtil::CompatibleIgnoringFpPrecision(tuple1, tuple2)); 218 Shape tuple1 = ShapeUtil::MakeTupleShape( local 222 EXPECT_FALSE(ShapeUtil::Compatible(tuple1, tuple2)); 223 EXPECT_FALSE(ShapeUtil::CompatibleIgnoringElementType(tuple1, tuple2)); 227 Shape tuple1 = ShapeUtil::MakeTupleShape( local 231 EXPECT_FALSE(ShapeUtil::CompatibleIgnoringFpPrecision(tuple1, tuple2)); 235 Shape tuple1 = ShapeUtil::MakeTupleShape local 244 Shape tuple1 = ShapeUtil::MakeTupleShape( local [all...] |
literal_test.cc | 442 auto tuple1 = LiteralUtil::MakeTuple({&scalar, &matrix}); local 448 EXPECT_EQ(tuple1, tuple2); 452 EXPECT_NE(tuple1, reversed_tuple); 457 EXPECT_NE(tuple1, different_tuple); [all...] |
/external/tensorflow/tensorflow/compiler/xla/service/ |
hlo_domain_test.cc | 652 HloInstruction* tuple1 = local 656 TF_EXPECT_OK(tuple0->ReplaceUseWith(user, tuple1)); 693 EXPECT_TRUE(tuple1->has_sharding()); 694 EXPECT_EQ(tuple0->sharding(), tuple1->sharding());
|
hlo_alias_analysis_test.cc | 869 auto tuple1 = local 967 auto tuple1 = local [all...] |
layout_assignment_test.cc | 260 auto tuple1 = builder.AddInstruction( local 267 tuple0->shape(), HloOpcode::kTupleSelect, pred, tuple0, tuple1)); [all...] |
bfloat16_propagation_test.cc | 284 HloInstruction* tuple1 = local 288 HloInstruction::CreateGetTupleElement(xpose->shape(), tuple1, 1)); 293 tuple0->shape(), tuple1, 0)), 532 HloInstruction* tuple1 = local 535 tuple0->shape(), HloOpcode::kTupleSelect, pred, tuple0, tuple1)); 789 HloInstruction* tuple1 = local [all...] |
copy_insertion_test.cc | 206 HloInstruction* tuple1 = builder.AddInstruction( local 214 tuple1->shape(), HloOpcode::kTupleSelect, pred, tuple1, tuple2)); 216 EXPECT_THAT(constant1->users(), UnorderedElementsAre(tuple1)); 217 EXPECT_THAT(constant2->users(), UnorderedElementsAre(tuple1, tuple2)); 378 HloInstruction* tuple1 = builder.AddInstruction( local 386 tuple1->shape(), HloOpcode::kTupleSelect, pred, tuple1, tuple2)); 693 auto tuple1 = builder.AddInstruction(HloInstruction::CreateTuple({v1, v2})); local 699 nested_tuple_shape_, HloOpcode::kTupleSelect, pred, tuple1, tuple2)) [all...] |
hlo_evaluator_test.cc | 1964 auto tuple1 = local [all...] |
tuple_points_to_analysis_test.cc | 386 auto tuple1 = builder.AddInstruction( local 394 tuple1->shape(), HloOpcode::kTupleSelect, pred, tuple1, tuple2)); 464 auto tuple1 = builder.AddInstruction( local 472 tuple1->shape(), HloOpcode::kTupleSelect, pred, tuple1, tuple2)); 500 auto tuple1 = local 508 tuple1->shape(), HloOpcode::kTupleSelect, pred, tuple1, tuple2)); 527 UnorderedElementsAre(tuple1, tuple2)) [all...] |
hlo_dataflow_analysis_test.cc | 888 auto tuple1 = local 969 auto tuple1 = builder.AddInstruction( local 1055 auto tuple1 = local [all...] |