ArmNN
 20.05
Runtime.hpp File Reference
#include "LoadedNetwork.hpp"
#include "DeviceSpec.hpp"
#include <armnn/INetwork.hpp>
#include <armnn/IRuntime.hpp>
#include <armnn/Tensor.hpp>
#include <armnn/BackendId.hpp>
#include <armnn/backends/DynamicBackend.hpp>
#include <ProfilingService.hpp>
#include <IProfilingService.hpp>
#include <IReportStructure.hpp>
#include <mutex>
#include <unordered_map>

Go to the source code of this file.

Classes

class  Runtime
 

Namespaces

 armnn
 Copyright (c) 2020 ARM Limited.
 

Typedefs

using LoadedNetworks = std::unordered_map< NetworkId, std::unique_ptr< LoadedNetwork > >
 
using IReportStructure = profiling::IReportStructure