| 581 | } |
| 582 | |
| 583 | void ComputingGraphImpl::ComputingSequence::clear_device_memory() { |
| 584 | check_not_finalized(); |
| 585 | if (m_owner_graph->current_comp_seq() == this) { |
| 586 | m_owner_graph->clear_device_memory(); |
| 587 | } |
| 588 | } |
| 589 | |
| 590 | const CompNode::UnorderedMap<size_t>& ComputingGraphImpl::ComputingSequence:: |
| 591 | update_static_alloc_plan_and_get_size() { |
no test coverage detected