MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / HloOpcodeCount

Function HloOpcodeCount

tensorflow/compiler/xla/service/hlo_opcode.h:184–188  ·  view source on GitHub ↗

Returns the number of HloOpcode values.

Source from the content-addressed store, hash-verified

182
183// Returns the number of HloOpcode values.
184inline const uint32_t HloOpcodeCount() {
185#define HLO_COUNT_ONE(...) +1
186#define HLO_XLIST_LENGTH(list) list(HLO_COUNT_ONE)
187 return HLO_XLIST_LENGTH(HLO_OPCODE_LIST);
188}
189
190} // namespace xla
191

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68