Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_element_type_converter_test.cc109 const HloInstruction* tuple_instr = in TEST_F() local
113 EXPECT_THAT(tuple_instr, in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc1423 HloInstructionProto tuple_instr; in Outfeed() local
1424 *tuple_instr.mutable_shape() = ShapeUtil::MakeNil().ToProto(); in Outfeed()
1431 AddInstruction(std::move(tuple_instr), HloOpcode::kTuple, {})); in Outfeed()