ArmNN
 20.11
IRuntime Member List

This is the complete list of members for IRuntime, 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)=0IRuntimepure virtual
GetDeviceSpec() const =0IRuntimepure virtual
GetInputTensorInfo(NetworkId networkId, LayerBindingId layerId) const =0IRuntimepure virtual
GetOutputTensorInfo(NetworkId networkId, LayerBindingId layerId) const =0IRuntimepure virtual
GetProfiler(NetworkId networkId) const =0IRuntimepure virtual
LoadNetwork(NetworkId &networkIdOut, IOptimizedNetworkPtr network)=0IRuntimepure virtual
LoadNetwork(NetworkId &networkIdOut, IOptimizedNetworkPtr network, std::string &errorMessage)=0IRuntimepure virtual
LoadNetwork(NetworkId &networkIdOut, IOptimizedNetworkPtr network, std::string &errorMessage, const INetworkProperties &networkProperties)=0IRuntimepure virtual
RegisterDebugCallback(NetworkId networkId, const DebugCallbackFunction &func)=0IRuntimepure virtual
UnloadNetwork(NetworkId networkId)=0IRuntimepure virtual
~IRuntime()IRuntimeinlineprotected