HomeSort by relevance Sort by last modified time
    Searched refs:CreateNary (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_instruction.cc 671 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateNary(
717 return CreateNary(shape, opcode, {operand});
747 return CreateNary(shape, opcode, {lhs, rhs});
764 return CreateNary(shape, opcode, {lhs, rhs, ehs});
771 return CreateNary(shape, opcode, operands);
    [all...]
hlo_instruction.h     [all...]

Completed in 360 milliseconds