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

Function get_hash

src/driver/perf.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41
42template <class T>
43static auto get_hash(const T& x)
44{
45 return std::hash<T>{}(x);
46}
47
48parameter_map fill_param_map(parameter_map& m,
49 const std::unordered_map<std::string, shape>& param_shapes,

Callers 2

fill_param_mapFunction · 0.70
create_param_mapFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected