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

  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_opcode.cc 61 absl::optional<int> HloOpcodeArity(HloOpcode opcode) {
hlo_opcode.h 183 absl::optional<int> HloOpcodeArity(HloOpcode opcode);
hlo_verifier.cc 93 absl::optional<int> arity = HloOpcodeArity(hlo->opcode());
    [all...]
hlo_instruction.cc 136 absl::optional<int> arity = HloOpcodeArity(opcode);
    [all...]

Completed in 126 milliseconds