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

Method dump

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

Source from the content-addressed store, hash-verified

155}
156
157inline StackManager::Trace StackManager::dump() {
158 return Trace(m_current, m_trace_id_stack.empty() ? 0 : m_trace_id_stack.back());
159}
160
161inline StackManager::Node* StackManager::current() {
162 return m_current;

Callers 13

put_implMethod · 0.45
del_implMethod · 0.45
dropMethod · 0.45
dispatch_default_cpuMethod · 0.45
dispatch_kernelMethod · 0.45
set_optionMethod · 0.45
allocMethod · 0.45
wait_tensorMethod · 0.45
start_profileMethod · 0.45
stop_profileMethod · 0.45
stop_stepMethod · 0.45
push_scopeMethod · 0.45

Calls 3

backMethod · 0.80
TraceClass · 0.70
emptyMethod · 0.45

Tested by

no test coverage detected