MCPcopy 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

17template <typename T>
18struct HashTrait {
19 static size_t eval(const T& val) { return std::hash<T>()(val); }
20};
21
22template <typename T>

Callers 5

add_demo.pyFile · 0.45
conv_demo.pyFile · 0.45
resnet50_mge.pyFile · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected