ArmNN
 20.02
Runtime Member List

This is the complete list of members for Runtime, including all inherited members.

Create(const CreationOptions &options)IRuntimestatic
CreateRaw(const CreationOptions &options)IRuntimestatic
Destroy(IRuntime *runtime)IRuntimestatic
EnqueueWorkload(NetworkId networkId, const InputTensors &inputTensors, const OutputTensors &outputTensors) overrideRuntimevirtual
GetDeviceSpec() const overrideRuntimeinlinevirtual
GetInputTensorInfo(NetworkId networkId, LayerBindingId layerId) const overrideRuntimevirtual
GetOutputTensorInfo(NetworkId networkId, LayerBindingId layerId) const overrideRuntimevirtual
GetProfiler(NetworkId networkId) const overrideRuntimevirtual
LoadNetwork(NetworkId &networkIdOut, IOptimizedNetworkPtr network) overrideRuntimevirtual
LoadNetwork(NetworkId &networkIdOut, IOptimizedNetworkPtr network, std::string &errorMessage) overrideRuntimevirtual
LoadNetwork(NetworkId &networkIdOut, IOptimizedNetworkPtr network, std::string &errorMessage, const INetworkProperties &networkProperties) overrideRuntimevirtual
RegisterDebugCallback(NetworkId networkId, const DebugCallbackFunction &func) overrideRuntimevirtual
Runtime(const CreationOptions &options)Runtime
RuntimeLoadedNetworksReserve(armnn::Runtime *runtime)Runtimefriend
UnloadNetwork(NetworkId networkId) overrideRuntimevirtual
~IRuntime()IRuntimeinlineprotected
~Runtime()Runtime