Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ clear_backtrace
Method
clear_backtrace
imperative/src/impl/interpreter/interpreter_impl.cpp:1508–1510 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1506
}
1507
1508
void ChannelImpl::clear_backtrace() {
1509
m_bt = nullptr;
1510
}
1511
1512
bool ChannelImpl::worker_started() const {
1513
return m_worker.worker_started();
Callers
2
apply_op
Method · 0.80
apply_get_attr
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected