Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ MurMurHash64
Function
MurMurHash64
tensorflow/core/lib/hash/hash.h:87–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
}
86
87
inline uint64 MurMurHash64(const char* data, size_t n) {
88
return Hash64(data, n, 0);
89
}
90
91
inline uint64 MurMurHash64(const string& str) {
92
return MurMurHash64(str.data(), str.size());
Callers
1
GetHashValue
Function · 0.85
Calls
3
Hash64
Function · 0.70
data
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected