ArmNN
 24.02
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
RuntimeImpl Member List

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

ClearImportedInputs(NetworkId networkId, const std::vector< ImportedInputId > inputIds)RuntimeImpl
ClearImportedOutputs(NetworkId networkId, const std::vector< ImportedOutputId > outputIds)RuntimeImpl
CreateWorkingMemHandle(NetworkId networkId)RuntimeImpl
EnqueueWorkload(NetworkId networkId, const InputTensors &inputTensors, const OutputTensors &outputTensors, std::vector< ImportedInputId > preImportedInputIds={}, std::vector< ImportedOutputId > preImportedOutputIds={})RuntimeImpl
Execute(IWorkingMemHandle &workingMemHandle, const InputTensors &inputTensors, const OutputTensors &outputTensors, std::vector< ImportedInputId > preImportedInputs, std::vector< ImportedOutputId > preImportedOutputs)RuntimeImpl
GetDeviceSpec() constRuntimeImplinline
GetInputTensorInfo(NetworkId networkId, LayerBindingId layerId) constRuntimeImpl
GetOutputTensorInfo(NetworkId networkId, LayerBindingId layerId) constRuntimeImpl
GetProfiler(NetworkId networkId) constRuntimeImpl
GetProfilingService(RuntimeImpl *runtime)RuntimeImplfriend
ImportInputs(NetworkId networkId, const InputTensors &inputTensors, MemorySource forceImportMemorySource)RuntimeImpl
ImportOutputs(NetworkId networkId, const OutputTensors &outputTensors, MemorySource forceImportMemorySource)RuntimeImpl
InitialiseProfilingService(arm::pipe::IProfilingService &profilingService) overrideRuntimeImpl
LoadNetwork(NetworkId &networkIdOut, IOptimizedNetworkPtr network)RuntimeImpl
LoadNetwork(NetworkId &networkIdOut, IOptimizedNetworkPtr network, std::string &errorMessage)RuntimeImpl
LoadNetwork(NetworkId &networkIdOut, IOptimizedNetworkPtr network, std::string &errorMessage, const INetworkProperties &networkProperties)RuntimeImpl
RegisterDebugCallback(NetworkId networkId, const DebugCallbackFunction &func)RuntimeImpl
ReportStructure(arm::pipe::IProfilingService &profilingService) overrideRuntimeImpl
RuntimeImpl(const IRuntime::CreationOptions &options)RuntimeImpl
RuntimeLoadedNetworksReserve(RuntimeImpl *runtime)RuntimeImplfriend
UnloadNetwork(NetworkId networkId)RuntimeImpl
~RuntimeImpl()RuntimeImpl