Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_element_type_converter_test.cc110 const HloInstruction* tuple_instr = in TEST_F() local
114 EXPECT_THAT(tuple_instr, in TEST_F()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A Dxla_builder.cc1892 HloInstructionProto tuple_instr; in Outfeed() local
1893 *tuple_instr.mutable_shape() = ShapeUtil::MakeNil().ToProto(); in Outfeed()
1900 AddInstruction(std::move(tuple_instr), HloOpcode::kTuple, {})); in Outfeed()