MCPcopy Create free account
hub / github.com/Oneflow-Inc/oneflow / ~CompileScope

Method ~CompileScope

oneflow/api/cpp/framework/graph.cpp:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 }
80
81 ~CompileScope() {
82 CHECK_JUST(of::JobBuildAndInferCtx_Close());
83 CHECK_JUST(of::ThreadLocalScopeStackPop());
84 }
85
86 private:
87 of::LazyMode::Guard lazy_mode_enabled_guard{true};

Callers

nothing calls this directly

Calls 2

ThreadLocalScopeStackPopFunction · 0.85

Tested by

no test coverage detected