Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ operator()
Method
operator()
tensorflow/core/graph/tensor_id.h:86–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
struct Hasher {
85
public:
86
std::size_t operator()(const TensorId& x) const {
87
return Hash32(x.first.data(), x.first.size(), x.second);
88
}
89
};
90
};
91
Callers
nothing calls this directly
Calls
3
Hash32
Function · 0.85
data
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected