| 322 | } |
| 323 | |
| 324 | std::shared_ptr<void> ComputingGraphImpl::ComputingSequence::on_comp_node_finalize() { |
| 325 | cleanup(); |
| 326 | m_exec_env.clear(); |
| 327 | m_comp_node_seq_recorder.reset(); |
| 328 | m_opr2stepnum.clear(); |
| 329 | return {}; |
| 330 | } |
| 331 | |
| 332 | void ComputingGraphImpl::ComputingSequence::assert_latest_comp_seq() const { |
| 333 | mgb_throw_if( |