24.02
|
#include <ClTensorHandleFactory.hpp>
Public Member Functions | |
ClTensorHandleFactory (std::shared_ptr< ClMemoryManager > mgr) | |
std::unique_ptr< ITensorHandle > | CreateSubTensorHandle (ITensorHandle &parent, const TensorShape &subTensorShape, const unsigned int *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 () |
Static Public Attributes | |
static const FactoryId | m_Id |
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... | |
Additional Inherited Members | |
Public Types inherited from ITensorHandleFactory | |
using | FactoryId = std::string |
Definition at line 20 of file ClTensorHandleFactory.hpp.
|
inline |
Definition at line 25 of file ClTensorHandleFactory.hpp.
|
overridevirtual |
Implements ITensorHandleFactory.
Definition at line 21 of file ClTensorHandleFactory.cpp.
|
overridevirtual |
Implements ITensorHandleFactory.
Definition at line 57 of file ClTensorHandleFactory.cpp.
Referenced by ClTensorHandleFactory::CreateTensorHandle().
|
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 68 of file ClTensorHandleFactory.cpp.
References ARMNN_LOG, and armnn::warning.
|
overridevirtual |
Implements ITensorHandleFactory.
Definition at line 62 of file ClTensorHandleFactory.cpp.
References ClTensorHandleFactory::CreateTensorHandle().
|
overridevirtual |
Reimplemented from ITensorHandleFactory.
Definition at line 80 of file ClTensorHandleFactory.cpp.
References ARMNN_LOG, and armnn::warning.
|
overridevirtual |
Reimplemented from ITensorHandleFactory.
Definition at line 109 of file ClTensorHandleFactory.cpp.
References armnn::Undefined.
|
overridevirtual |
Implements ITensorHandleFactory.
Definition at line 99 of file ClTensorHandleFactory.cpp.
References ClTensorHandleFactory::GetIdStatic().
|
static |
Definition at line 93 of file ClTensorHandleFactory.cpp.
References armnn::ClTensorHandleFactoryId().
Referenced by ClBackend::GetHandleFactoryPreferences(), and ClTensorHandleFactory::GetId().
|
overridevirtual |
Reimplemented from ITensorHandleFactory.
Definition at line 114 of file ClTensorHandleFactory.cpp.
References armnn::Undefined.
|
overridevirtual |
Implements ITensorHandleFactory.
Definition at line 104 of file ClTensorHandleFactory.cpp.
|
static |
Definition at line 23 of file ClTensorHandleFactory.hpp.