Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ Hash64String
Function
Hash64String
tensorflow/tools/graph_transforms/transform_utils.cc:41–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
inline uint64 Hash64String(const string& input) {
42
return Hash64(input.data(), input.size());
43
}
44
} // namespace
45
46
void MatchedNodesAsArray(const NodeMatch& match, std::vector<NodeDef>* result) {
Callers
1
HashNodeDef
Function · 0.85
Calls
3
Hash64
Function · 0.50
data
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected