Home
last modified time | relevance | path

Searched refs:tuple_copy (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_computation_test.cc285 auto tuple_copy = computation->DeepCopyInstruction(tuple).ValueOrDie(); in TEST_F() local
287 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()
Dlayout_assignment.cc832 HloInstruction* tuple_copy = instruction->parent()->AddInstruction( in CreateCopyWithNewLayout() local
834 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()