Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ROCm/AMDMIGraphX
/ get_hash
Function
get_hash
test/verify/run_verify.cpp:171–174 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
169
170
template <class T>
171
static auto get_hash(const T& x)
172
{
173
return std::hash<T>{}(x);
174
}
175
176
void run_verify::verify(const program_info& pi) const
177
{
Callers
1
verify
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected