MCPcopy 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

74class _Init {
75public:
76 _Init() {
77 call_sereg();
78 dynamic_registry();
79 }
80};
81_Init _init;
82} // anonymous namespace

Callers

nothing calls this directly

Calls 2

call_seregFunction · 0.85
dynamic_registryFunction · 0.85

Tested by

no test coverage detected