Home
last modified time | relevance | path

Searched refs:CreateVariadic (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_instruction.h603 static std::unique_ptr<HloInstruction> CreateVariadic(
H A Dhlo_instruction.cc1157 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateVariadic( in CreateVariadic() function in xla::HloInstruction
1923 return CreateVariadic(tuple_shape, HloOpcode::kTuple, elements); in CreateTuple()
H A Dhlo_parser.cc1813 HloInstruction::CreateVariadic(*shape, HloOpcode::kTuple, operands)); in CreateInstruction()