Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_call
Method · 0.50
InitCaller
Method · 0.50
SegmentTree
Method · 0.50
init
Method · 0.50
activate
Method · 0.50
activate
Method · 0.50
MegBrainError
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected