Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ release_opr
Method
release_opr
imperative/src/impl/proxy_graph/mini_graph.h:623–629 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
621
622
template <bool in_use>
623
void release_opr() {
624
if constexpr (in_use) {
625
for (auto tracker : comp_node_trackers) {
626
tracker->add_opr();
627
}
628
}
629
}
630
};
631
632
class ProxyGraphTypeI : public ProxyGraphBase {
Callers
nothing calls this directly
Calls
1
add_opr
Method · 0.45
Tested by
no test coverage detected