24.08
|
#include "ITensorHandle.hpp"
#include <armnn/MemorySources.hpp>
#include <armnn/Tensor.hpp>
#include <armnn/Types.hpp>
#include <armnn/utility/IgnoreUnused.hpp>
#include <memory>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
struct | Capability |
Capability of the TensorHandleFactory. More... | |
class | ITensorHandleFactory |
Namespaces | |
armnn | |
Copyright (c) 2021 ARM Limited and Contributors. | |
Enumerations | |
enum | CapabilityClass { PaddingRequired = 1, FallbackImportDisabled = 2, CapabilityClassMax = 254 } |
Capability class to calculate in the GetCapabilities function so that only the capability in the scope can be choose to calculate. More... | |
enum | EdgeStrategy { Undefined, DirectCompatibility, ExportToTarget, CopyToTarget } |