Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2063
static uint64 HashOperand(const HloInstruction* hlo) {
2064
return ShapeUtil::Hash(hlo->shape());
2065
}
2066
2067
uint64 HloInstruction::Hash(
2068
const std::function<uint64(const HloInstruction*)>& hash_operand) const {
Callers
nothing calls this directly
Calls
2
Hash
Class · 0.50
shape
Method · 0.45
Tested by
no test coverage detected