|
25.11
|
#include "LoadedNetwork.hpp"#include "Layer.hpp"#include "Graph.hpp"#include "Markers.hpp"#include "Profiling.hpp"#include "HeapProfiling.hpp"#include <armnn/BackendHelper.hpp>#include <armnn/BackendRegistry.hpp>#include <armnn/Logging.hpp>#include <armnn/backends/TensorHandle.hpp>#include <armnn/backends/IBackendInternal.hpp>#include <armnn/backends/IMemoryManager.hpp>#include <armnn/backends/MemCopyWorkload.hpp>#include <armnn/profiling/ArmNNProfiling.hpp>#include <backendsCommon/MemSyncWorkload.hpp>#include <common/include/Processes.hpp>#include <fmt/format.h>Go to the source code of this file.
Namespaces | |
| namespace | armnn |
| Copyright (c) 2021 ARM Limited and Contributors. | |
Functions | |
| void | ValidateSourcesMatchOptimizedNetwork (std::vector< BackendOptions > optimizedOptions, const INetworkProperties &networkProperties) |
| This function performs a sanity check to ensure that the combination of input and output memory source matches the values for importEnabled and exportEnabled that were specified during optimization. | |
| void | CopyToOutputTensor (const Tensor &outputTensor, ITensorHandle *outputTensorHandle) |
| const armnn::ConstTensor | GetInputTensor (const LayerBindingId layerId, const InputTensors &inputTensors) |
| const armnn::Tensor | GetOutputTensor (const LayerBindingId layerId, const OutputTensors &outputTensors) |