MCPcopy 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
87inline uint64 MurMurHash64(const char* data, size_t n) {
88 return Hash64(data, n, 0);
89}
90
91inline uint64 MurMurHash64(const string& str) {
92 return MurMurHash64(str.data(), str.size());

Callers 1

GetHashValueFunction · 0.85

Calls 3

Hash64Function · 0.70
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected