ArmNN
 25.11
Loading...
Searching...
No Matches
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 <client/include/IInitialiseProfilingService.hpp>
#include <client/include/IProfilingService.hpp>
#include <client/include/IReportStructure.hpp>
#include <mutex>
#include <unordered_map>
Include dependency graph for Runtime.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  RuntimeImpl

Namespaces

namespace  armnn
 Copyright (c) 2021 ARM Limited and Contributors.

Typedefs

using LoadedNetworks = std::unordered_map<NetworkId, std::unique_ptr<LoadedNetwork>>
using IReportStructure = arm::pipe::IReportStructure
using IInitialiseProfilingService = arm::pipe::IInitialiseProfilingService