| 170 | } |
| 171 | |
| 172 | Result<std::shared_ptr<Buffer>> MemoryManager::ViewBufferTo( |
| 173 | const std::shared_ptr<Buffer>& buf, const std::shared_ptr<MemoryManager>& to) { |
| 174 | return nullptr; |
| 175 | } |
| 176 | |
| 177 | // ---------------------------------------------------------------------- |
| 178 | // CPU backend implementation |
no test coverage detected