Searched refs:tuple_copy (Results 1 – 2 of 2) sorted by relevance
285 auto tuple_copy = computation->DeepCopyInstruction(tuple).ValueOrDie(); in TEST_F() local287 EXPECT_THAT(tuple_copy, GmockMatch(m::Tuple( in TEST_F()290 EXPECT_EQ(0, tuple_copy->operand(0)->operand(0)->tuple_index()); in TEST_F()291 EXPECT_EQ(1, tuple_copy->operand(1)->operand(0)->tuple_index()); in TEST_F()
832 HloInstruction* tuple_copy = instruction->parent()->AddInstruction( in CreateCopyWithNewLayout() local834 SetupCopiedInstruction(*instruction, tuple_copy, {}); in CreateCopyWithNewLayout()835 LayoutUtil::ClearLayout(tuple_copy->mutable_shape()); in CreateCopyWithNewLayout()837 shape_with_layout, tuple_copy->mutable_shape())); in CreateCopyWithNewLayout()838 return tuple_copy; in CreateCopyWithNewLayout()