ArmNN
 26.01
Loading...
Searching...
No Matches
IRuntime.hpp File Reference
#include "BackendOptions.hpp"
#include "INetwork.hpp"
#include "IProfiler.hpp"
#include "Tensor.hpp"
#include "Types.hpp"
#include "TypesUtils.hpp"
#include <armnn/backends/ICustomAllocator.hpp>
#include <armnn/backends/IMemoryOptimizerStrategy.hpp>
#include <memory>
#include <map>
Include dependency graph for IRuntime.hpp:
This graph shows which files directly or indirectly include this file:

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

namespace  arm
 
namespace  arm::pipe
 
namespace  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.