| 42 | } |
| 43 | |
| 44 | armnn::RefWorkloadFactory GetFactory() |
| 45 | { |
| 46 | std::shared_ptr<RefMemoryManager> memoryManager = std::make_shared<RefMemoryManager>(); |
| 47 | return RefWorkloadFactory(memoryManager); |
| 48 | } |
| 49 | |
| 50 | } |
| 51 |
no outgoing calls
no test coverage detected