MCPcopy 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

64void GraphExecutable::record_execute_deps(ExecDependencyArray&) {}
65
66bool GraphExecutable::ExecDependency::has_runtime_check() const {
67 return false;
68}
69
70void GraphExecutable::ExecDependency::do_runtime_check() {}
71

Callers 1

as_recorded_seqMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected