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

Method GetAllocators

src/armnn/BackendRegistry.cpp:128–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128std::unordered_map<BackendId, std::shared_ptr<ICustomAllocator>> BackendRegistry::GetAllocators()
129{
130 return m_CustomMemoryAllocatorMap;
131}
132
133void BackendRegistry::RegisterMemoryOptimizerStrategy(const BackendId& id,
134 std::shared_ptr<IMemoryOptimizerStrategy> strategy)

Callers 2

LoadedNetwork.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected