Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.h571 static std::unique_ptr<HloInstruction> CreateVariadic(
Dhlo_instruction.cc970 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateVariadic( in CreateVariadic() function in xla::HloInstruction
1612 return CreateVariadic(tuple_shape, HloOpcode::kTuple, elements); in CreateTuple()