Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.cc671 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateNary( in CreateNary() function in xla::HloInstruction
717 return CreateNary(shape, opcode, {operand}); in CreateUnary()
747 return CreateNary(shape, opcode, {lhs, rhs}); in CreateBinary()
764 return CreateNary(shape, opcode, {lhs, rhs, ehs}); in CreateTernary()
771 return CreateNary(shape, opcode, operands); in CreateVariadic()
Dhlo_instruction.h1717 static std::unique_ptr<HloInstruction> CreateNary(