Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ Hash64
Function
Hash64
tensorflow/core/lib/hash/hash.h:79–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
#endif
78
79
inline uint64 Hash64(const char* data, size_t n) {
80
return Hash64(data, n, 0xDECAFCAFFE);
81
}
82
83
inline uint64 Hash64(const string& str) {
84
return Hash64(str.data(), str.size());
Callers
15
MurMurHash64
Function · 0.70
operator()
Method · 0.70
operator()
Method · 0.70
TEST
Function · 0.70
BM_Hash64
Function · 0.70
BM_Hash64BatchX4
Function · 0.70
Hash64String
Function · 0.50
Checksum
Function · 0.50
ValidateChecksum
Function · 0.50
GetFusionOpHashValue
Method · 0.50
GetFusionOpHashValue
Method · 0.50
GetFusionOpHashValue
Method · 0.50
Calls
2
data
Method · 0.45
size
Method · 0.45
Tested by
4
TEST
Function · 0.56
BM_Hash64
Function · 0.56
BM_Hash64BatchX4
Function · 0.56
TEST_F
Function · 0.40