| 129 | } |
| 130 | |
| 131 | OneFlowEnv::~OneFlowEnv() { |
| 132 | session_ctx_.reset(); |
| 133 | CHECK(of::ClearSessionId(CHECK_JUST(of::GetDefaultSessionId()))); |
| 134 | env_ctx_.reset(); |
| 135 | } |
| 136 | |
| 137 | } // namespace oneflow_api |
nothing calls this directly
no test coverage detected