Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
223
std::string GetHashValue(const std::string& s) {
224
return std::to_string(MurMurHash64(s));
225
}
226
227
} // namespace
228
Callers
1
ReadModelSignature
Method · 0.70
Calls
2
to_string
Function · 0.85
MurMurHash64
Function · 0.85
Tested by
no test coverage detected