24.08
|
#include <RefTensorHandleFactory.hpp>
Public Member Functions | |
RefTensorHandleFactory (std::shared_ptr< RefMemoryManager > mgr) | |
std::unique_ptr< ITensorHandle > | CreateSubTensorHandle (ITensorHandle &parent, TensorShape const &subTensorShape, unsigned int const *subTensorOrigin) const override |
std::unique_ptr< ITensorHandle > | CreateTensorHandle (const TensorInfo &tensorInfo) const override |
std::unique_ptr< ITensorHandle > | CreateTensorHandle (const TensorInfo &tensorInfo, DataLayout dataLayout) const override |
std::unique_ptr< ITensorHandle > | CreateTensorHandle (const TensorInfo &tensorInfo, const bool IsMemoryManaged) const override |
Utility Functions for backends which require TensorHandles to have unmanaged memory. More... | |
std::unique_ptr< ITensorHandle > | CreateTensorHandle (const TensorInfo &tensorInfo, DataLayout dataLayout, const bool IsMemoryManaged) const override |
const FactoryId & | GetId () const override |
bool | SupportsSubTensors () const override |
MemorySourceFlags | GetExportFlags () const override |
MemorySourceFlags | GetImportFlags () const override |
Public Member Functions inherited from ITensorHandleFactory | |
virtual | ~ITensorHandleFactory () |
Some TensorHandleFactory decisions are deferred to run-time. More... | |
virtual bool | SupportsInPlaceComputation () const |
virtual bool | SupportsMapUnmap () const |
virtual std::vector< Capability > | GetCapabilities (const IConnectableLayer *layer, const IConnectableLayer *connectedLayer, CapabilityClass capabilityClass) |
Static Public Member Functions | |
static const FactoryId & | GetIdStatic () |
Additional Inherited Members | |
Public Types inherited from ITensorHandleFactory | |
using | FactoryId = std::string |
Static Public Attributes inherited from ITensorHandleFactory | |
static const FactoryId | LegacyFactoryId = "armnn_legacy_factory" |
static const FactoryId | DeferredFactoryId = "armnn_deferred_factory" |
Use the workload factory to create the tensor handle. More... | |
Definition at line 17 of file RefTensorHandleFactory.hpp.
|
inline |
|
overridevirtual |
Implements ITensorHandleFactory.
Definition at line 22 of file RefTensorHandleFactory.cpp.
References armnn::IgnoreUnused().
|
overridevirtual |
Implements ITensorHandleFactory.
Definition at line 30 of file RefTensorHandleFactory.cpp.
|
overridevirtual |
Utility Functions for backends which require TensorHandles to have unmanaged memory.
These should be overloaded if required to facilitate direct import of input tensors and direct export of output tensors.
Reimplemented from ITensorHandleFactory.
Definition at line 42 of file RefTensorHandleFactory.cpp.
|
overridevirtual |
Implements ITensorHandleFactory.
Definition at line 35 of file RefTensorHandleFactory.cpp.
References armnn::IgnoreUnused().
|
overridevirtual |
Reimplemented from ITensorHandleFactory.
Definition at line 55 of file RefTensorHandleFactory.cpp.
References armnn::IgnoreUnused().
|
overridevirtual |
Reimplemented from ITensorHandleFactory.
Definition at line 80 of file RefTensorHandleFactory.cpp.
|
overridevirtual |
Implements ITensorHandleFactory.
Definition at line 70 of file RefTensorHandleFactory.cpp.
References RefTensorHandleFactory::GetIdStatic().
|
static |
Definition at line 16 of file RefTensorHandleFactory.cpp.
References armnn::RefTensorHandleFactoryId().
Referenced by RefBackend::GetHandleFactoryPreferences(), and RefTensorHandleFactory::GetId().
|
overridevirtual |
Reimplemented from ITensorHandleFactory.
Definition at line 85 of file RefTensorHandleFactory.cpp.
|
overridevirtual |
Implements ITensorHandleFactory.
Definition at line 75 of file RefTensorHandleFactory.cpp.