| 50 | virtual void Manage() override {} |
| 51 | |
| 52 | virtual const void* Map(bool blocking = true) const override |
| 53 | { |
| 54 | IgnoreUnused(blocking); |
| 55 | return static_cast<const void*>(m_Tensor.buffer() + m_Tensor.info()->offset_first_element_in_bytes()); |
| 56 | } |
| 57 | |
| 58 | virtual void Unmap() const override {} |
| 59 |
no test coverage detected