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

Method id

imperative/src/impl/interpreter/stack_manager.h:136–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134 }
135 const SmallVector<StackManager::Frame>& frames() const { return m_frames; }
136 uint64_t id() const { return m_id; }
137};
138
139inline StackManager::StackManager() {

Callers 8

visit_eventMethod · 0.45
apply_transformationMethod · 0.45
on_unregisterMethod · 0.45
compileMethod · 0.45
trace_inputMethod · 0.45
apply_transformationMethod · 0.45
apply_transformationMethod · 0.45
on_unregisterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected