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

Function HashOperand

tensorflow/compiler/xla/service/hlo_instruction.cc:2063–2065  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2061}
2062
2063static uint64 HashOperand(const HloInstruction* hlo) {
2064 return ShapeUtil::Hash(hlo->shape());
2065}
2066
2067uint64 HloInstruction::Hash(
2068 const std::function<uint64(const HloInstruction*)>& hash_operand) const {

Callers

nothing calls this directly

Calls 2

HashClass · 0.50
shapeMethod · 0.45

Tested by

no test coverage detected