MCPcopy Create free account
hub / github.com/ARM-software/armnn / GetFactory

Function GetFactory

src/backends/reference/test/RefCreateWorkloadTests.cpp:44–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by

no test coverage detected