Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ has_runtime_check
Method
has_runtime_check
src/core/impl/graph/operator_node.cpp:66–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
void GraphExecutable::record_execute_deps(ExecDependencyArray&) {}
65
66
bool GraphExecutable::ExecDependency::has_runtime_check() const {
67
return false;
68
}
69
70
void GraphExecutable::ExecDependency::do_runtime_check() {}
71
Callers
1
as_recorded_seq
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected