ArmNN
 24.02
IRuntime Member List

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

ClearImportedInputs(NetworkId networkId, const std::vector< ImportedInputId > inputIds)IRuntime
ClearImportedOutputs(NetworkId networkId, const std::vector< ImportedOutputId > outputIds)IRuntime
Create(const CreationOptions &options)IRuntimestatic
CreateRaw(const CreationOptions &options)IRuntimestatic
CreateWorkingMemHandle(NetworkId networkId)IRuntime
Destroy(IRuntime *runtime)IRuntimestatic
EnqueueWorkload(NetworkId networkId, const InputTensors &inputTensors, const OutputTensors &outputTensors, std::vector< ImportedInputId > preImportedInputIds={}, std::vector< ImportedOutputId > preImportedOutputIds={})IRuntime
Execute(IWorkingMemHandle &workingMemHandle, const InputTensors &inputTensors, const OutputTensors &outputTensors, std::vector< ImportedInputId > preImportedInputs={}, std::vector< ImportedOutputId > preImportedOutputs={})IRuntime
GetDeviceSpec() constIRuntime
GetInputTensorInfo(NetworkId networkId, LayerBindingId layerId) constIRuntime
GetOutputTensorInfo(NetworkId networkId, LayerBindingId layerId) constIRuntime
GetProfiler(NetworkId networkId) constIRuntime
ImportInputs(NetworkId networkId, const InputTensors &inputTensors, MemorySource forceImportMemorySource=MemorySource::Undefined)IRuntime
ImportOutputs(NetworkId networkId, const OutputTensors &outputTensors, MemorySource forceImportMemorySource=MemorySource::Undefined)IRuntime
IRuntime()IRuntimeprotected
IRuntime(const IRuntime::CreationOptions &options)IRuntimeprotected
LoadNetwork(NetworkId &networkIdOut, IOptimizedNetworkPtr network)IRuntime
LoadNetwork(NetworkId &networkIdOut, IOptimizedNetworkPtr network, std::string &errorMessage)IRuntime
LoadNetwork(NetworkId &networkIdOut, IOptimizedNetworkPtr network, std::string &errorMessage, const INetworkProperties &networkProperties)IRuntime
pRuntimeImplIRuntimeprotected
RegisterDebugCallback(NetworkId networkId, const DebugCallbackFunction &func)IRuntime
UnloadNetwork(NetworkId networkId)IRuntime
~IRuntime()IRuntimeprotected