Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ eval
Method
eval
src/core/include/megbrain/utils/hash.h:19–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
template <typename T>
18
struct HashTrait {
19
static size_t eval(const T& val) { return std::hash<T>()(val); }
20
};
21
22
template <typename T>
Callers
5
add_demo.py
File · 0.45
conv_demo.py
File · 0.45
resnet50_mge.py
File · 0.45
main
Function · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected