MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / init

Function init

src/core/impl/graph/static_infer_impl.cpp:299–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297 using Super::Super;
298
299 void init(const ShapeInferDesc& desc, StaticInferManagerImpl* mgr) {
300 m_desc = desc;
301 Super::init(desc.src_type, mgr);
302 }
303};
304
305//! mutable value inference

Callers 7

direct_callMethod · 0.50
InitCallerMethod · 0.50
SegmentTreeMethod · 0.50
initMethod · 0.50
activateMethod · 0.50
activateMethod · 0.50
MegBrainErrorMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected