ArmNN
 23.11
ITensorHandleFactory.hpp File Reference
#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>
Include dependency graph for ITensorHandleFactory.hpp:
This graph shows which files directly or indirectly include this file:

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 }