| 140 | }; |
| 141 | |
| 142 | std::shared_ptr<MemoryManager> MyDevice::default_memory_manager() { |
| 143 | return std::make_shared<MyMemoryManager>(shared_from_this()); |
| 144 | } |
| 145 | |
| 146 | Result<std::shared_ptr<Buffer>> MyMemoryManager::CopyBufferFrom( |
| 147 | const std::shared_ptr<Buffer>& buf, const std::shared_ptr<MemoryManager>& from) { |