MCPcopy Create free account
hub / github.com/ROCm/AMDMIGraphX / compute_hash

Function compute_hash

src/value.cpp:560–565  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

558
559template <class T>
560static std::size_t compute_hash(rank<0>, const std::string& key, const T& x)
561{
562 std::size_t h = hash_value(key);
563 hash_combine(h, x);
564 return h;
565}
566
567static std::size_t compute_hash(rank<0>, const std::string& key, std::nullptr_t)
568{

Callers 1

hashMethod · 0.85

Calls 3

hash_valueFunction · 0.85
hash_combineFunction · 0.85
beginMethod · 0.45

Tested by

no test coverage detected