MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / GetHashValue

Function GetHashValue

serving/processor/serving/model_instance.cc:223–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221}
222
223std::string GetHashValue(const std::string& s) {
224 return std::to_string(MurMurHash64(s));
225}
226
227} // namespace
228

Callers 1

ReadModelSignatureMethod · 0.70

Calls 2

to_stringFunction · 0.85
MurMurHash64Function · 0.85

Tested by

no test coverage detected