| 1563 | } |
| 1564 | |
| 1565 | void ChannelImpl::DynamicSublinear::pin(const SmallVector<TensorInfo*>& vec) { |
| 1566 | for (auto i : vec) { |
| 1567 | i->pin(); |
| 1568 | erase_candidate(i); |
| 1569 | } |
| 1570 | } |
| 1571 | |
| 1572 | void ChannelImpl::DynamicSublinear::unpin( |
| 1573 | const SmallVector<TensorInfo*>& vec, size_t& dtr_evictee_minimum_size) { |
no outgoing calls
no test coverage detected