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 204 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateNary(
246 return CreateNary(shape, opcode, {operand});
282 return CreateNary(shape, opcode, {lhs, rhs});
298 return CreateNary(shape, opcode, {lhs, rhs, ehs});
305 return CreateNary(shape, opcode, operands);
392 return CreateNary(shape, HloOpcode::kCrossReplicaSum, operands);
    [all...]
hlo_instruction.h     [all...]

Completed in 139 milliseconds