Home
last modified time | relevance | path

Searched defs:RuntimeImpl (Results 1 – 2 of 2) sorted by relevance

/external/armnn/src/armnn/
DRuntime.hpp30 struct RuntimeImpl final : public IReportStructure, public IInitialiseProfilingService struct
90 const IDeviceSpec& GetDeviceSpec() const { return m_DeviceSpec; } in GetDeviceSpec()
127 void LoadedNetworkFuncSafe(NetworkId networkId, Func f) in LoadedNetworkFuncSafe()
143 mutable std::mutex m_Mutex;
147 LoadedNetworks m_LoadedNetworks;
149 std::unordered_map<BackendId, IBackendInternal::IBackendContextPtr> m_BackendContexts;
151 int m_NetworkIdCounter;
153 DeviceSpec m_DeviceSpec;
156 std::vector<DynamicBackendPtr> m_DynamicBackends;
159 std::unique_ptr<arm::pipe::IProfilingService> m_ProfilingService;
[all …]
DRuntime.cpp323 RuntimeImpl::RuntimeImpl(const IRuntime::CreationOptions& options) in RuntimeImpl() function in armnn::RuntimeImpl