Searched refs:CreateNary (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_instruction.cc | 1053 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateNary( in CreateNary() function in xla::HloInstruction 1108 return CreateNary(shape, opcode, {operand}); in CreateUnary() 1138 return CreateNary(shape, opcode, {lhs, rhs}); in CreateBinary() 1154 return CreateNary(shape, opcode, {lhs, rhs, ehs}); in CreateTernary() 1161 return CreateNary(shape, opcode, operands); in CreateVariadic()
|
D | hlo_instruction.h | 2288 static std::unique_ptr<HloInstruction> CreateNary(
|