Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ _Init
Method
_Init
src/serialization/impl/opr_registry.cpp:76–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
class _Init {
75
public:
76
_Init() {
77
call_sereg();
78
dynamic_registry();
79
}
80
};
81
_Init _init;
82
} // anonymous namespace
Callers
nothing calls this directly
Calls
2
call_sereg
Function · 0.85
dynamic_registry
Function · 0.85
Tested by
no test coverage detected