MCPcopy 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
79inline uint64 Hash64(const char* data, size_t n) {
80 return Hash64(data, n, 0xDECAFCAFFE);
81}
82
83inline uint64 Hash64(const string& str) {
84 return Hash64(str.data(), str.size());

Callers 15

MurMurHash64Function · 0.70
operator()Method · 0.70
operator()Method · 0.70
TESTFunction · 0.70
BM_Hash64Function · 0.70
BM_Hash64BatchX4Function · 0.70
Hash64StringFunction · 0.50
ChecksumFunction · 0.50
ValidateChecksumFunction · 0.50
GetFusionOpHashValueMethod · 0.50
GetFusionOpHashValueMethod · 0.50
GetFusionOpHashValueMethod · 0.50

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by 4

TESTFunction · 0.56
BM_Hash64Function · 0.56
BM_Hash64BatchX4Function · 0.56
TEST_FFunction · 0.40