24.08
|
#include "BackendOptions.hpp"
#include "INetwork.hpp"
#include "IProfiler.hpp"
#include "IWorkingMemHandle.hpp"
#include "IAsyncExecutionCallback.hpp"
#include "Tensor.hpp"
#include "Types.hpp"
#include "TypesUtils.hpp"
#include <armnn/backends/ICustomAllocator.hpp>
#include <armnn/backends/IMemoryOptimizerStrategy.hpp>
#include <memory>
#include <map>
Go to the source code of this file.
Classes | |
struct | INetworkProperties |
class | IRuntime |
struct | IRuntime::CreationOptions |
struct | IRuntime::CreationOptions::ExternalProfilingOptions |
class | IGpuAccTunedParameters |
Manages a set of GpuAcc parameters which have been tuned for maximum performance. More... | |
Namespaces | |
arm | |
arm::pipe | |
armnn | |
Copyright (c) 2021 ARM Limited and Contributors. | |
Typedefs | |
using | ILocalPacketHandlerSharedPtr = std::shared_ptr< ILocalPacketHandler > |
using | NetworkId = int |
using | IRuntimePtr = std::unique_ptr< IRuntime, void(*)(IRuntime *runtime)> |
using | IGpuAccTunedParametersPtr = std::shared_ptr< IGpuAccTunedParameters > |
The following API is replaced by the backend options API. More... | |