24.08
|
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() const | RuntimeImpl | inline |
GetInputTensorInfo(NetworkId networkId, LayerBindingId layerId) const | RuntimeImpl | |
GetOutputTensorInfo(NetworkId networkId, LayerBindingId layerId) const | RuntimeImpl | |
GetProfiler(NetworkId networkId) const | RuntimeImpl | |
GetProfilingService(RuntimeImpl *runtime) | RuntimeImpl | friend |
ImportInputs(NetworkId networkId, const InputTensors &inputTensors, MemorySource forceImportMemorySource) | RuntimeImpl | |
ImportOutputs(NetworkId networkId, const OutputTensors &outputTensors, MemorySource forceImportMemorySource) | RuntimeImpl | |
InitialiseProfilingService(arm::pipe::IProfilingService &profilingService) override | RuntimeImpl | |
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) override | RuntimeImpl | |
RuntimeImpl(const IRuntime::CreationOptions &options) | RuntimeImpl | |
RuntimeLoadedNetworksReserve(RuntimeImpl *runtime) | RuntimeImpl | friend |
UnloadNetwork(NetworkId networkId) | RuntimeImpl | |
~RuntimeImpl() | RuntimeImpl |