| 1408 | }; |
| 1409 | |
| 1410 | std::shared_ptr<MemoryManager> MyDevice::default_memory_manager() { |
| 1411 | return std::make_shared<MyMemoryManager>(shared_from_this()); |
| 1412 | } |
| 1413 | |
| 1414 | class TestDeviceArrayExport : public ::testing::Test { |
| 1415 | public: |
no outgoing calls
no test coverage detected