Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ hash
Method
hash
src/serialization/impl/extern_c_opr.cpp:41–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
MGBOprDescHash(MGBOprDesc* desc) : m_desc{desc} {}
40
41
size_t hash() const override { return m_desc->hash(m_desc); }
42
};
43
MGB_DYN_TYPE_OBJ_FINAL_IMPL(MGBOprDescHash);
44
Callers
2
as_opr_desc
Method · 0.45
load
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected