From f86be93b7492b381370cae7bf71eca8572a0cbae Mon Sep 17 00:00:00 2001 From: Matthew Sloyan Date: Tue, 24 Aug 2021 16:27:15 +0100 Subject: IVGCVSW-5924 Update 21.08 Doxygen Documents * Also updated latest symlink. Signed-off-by: Matthew Sloyan Change-Id: If9b4e0e52464abdf797b9eb858ae19bcc64c2aea --- 21.08/classarmnn_1_1_i_cl_tensor_handle.xhtml | 309 ++++++++++++++++++++++++++ 1 file changed, 309 insertions(+) create mode 100644 21.08/classarmnn_1_1_i_cl_tensor_handle.xhtml (limited to '21.08/classarmnn_1_1_i_cl_tensor_handle.xhtml') diff --git a/21.08/classarmnn_1_1_i_cl_tensor_handle.xhtml b/21.08/classarmnn_1_1_i_cl_tensor_handle.xhtml new file mode 100644 index 0000000000..dce374fd2d --- /dev/null +++ b/21.08/classarmnn_1_1_i_cl_tensor_handle.xhtml @@ -0,0 +1,309 @@ + + + + + + + + + + + + + +ArmNN: IClTensorHandle Class Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.08 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
IClTensorHandle Class Referenceabstract
+
+
+ +

#include <ClTensorHandle.hpp>

+
+Inheritance diagram for IClTensorHandle:
+
+
+ + +IAclTensorHandle +ITensorHandle +ClSubTensorHandle +ClTensorHandle + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

virtual arm_compute::ICLTensor & GetTensor ()=0
 
virtual arm_compute::ICLTensor const & GetTensor () const =0
 
virtual arm_compute::DataType GetDataType () const =0
 
virtual void SetMemoryGroup (const std::shared_ptr< arm_compute::IMemoryGroup > &memoryGroup)=0
 
- Public Member Functions inherited from ITensorHandle
virtual ~ITensorHandle ()
 
virtual void Manage ()=0
 Indicate to the memory manager that this resource is active. More...
 
virtual void Allocate ()=0
 Indicate to the memory manager that this resource is no longer active. More...
 
virtual ITensorHandleGetParent () const =0
 Get the parent tensor if this is a subtensor. More...
 
virtual const void * Map (bool blocking=true) const =0
 Map the tensor data for access. More...
 
virtual void Unmap () const =0
 Unmap the tensor data. More...
 
void * Map (bool blocking=true)
 Map the tensor data for access. More...
 
void Unmap ()
 Unmap the tensor data that was previously mapped with call to Map(). More...
 
virtual TensorShape GetStrides () const =0
 Get the strides for each dimension ordered from largest to smallest where the smallest value is the same as the size of a single element in the tensor. More...
 
virtual TensorShape GetShape () const =0
 Get the number of elements for each dimension ordered from slowest iterating dimension to fastest iterating dimension. More...
 
virtual void CopyOutTo (void *memory) const =0
 Testing support to be able to verify and set tensor data content. More...
 
virtual void CopyInFrom (const void *memory)=0
 
virtual unsigned int GetImportFlags () const
 Get flags describing supported import sources. More...
 
virtual bool Import (void *memory, MemorySource source)
 Import externally allocated memory. More...
 
+

Detailed Description

+
+

Definition at line 25 of file ClTensorHandle.hpp.

+

Member Function Documentation

+ +

◆ GetDataType()

+ +
+
+ + + + + +
+ + + + + + + +
virtual arm_compute::DataType GetDataType () const
+
+pure virtual
+
+ +

Implements IAclTensorHandle.

+ +

Implemented in ClSubTensorHandle, and ClTensorHandle.

+ +

Referenced by ClTensorHandle::Import().

+ +
+
+ +

◆ GetTensor() [1/2]

+ +
+
+ + + + + +
+ + + + + + + +
virtual arm_compute::ICLTensor& GetTensor ()
+
+pure virtual
+
+ +

Implements IAclTensorHandle.

+ +

Implemented in ClSubTensorHandle, and ClTensorHandle.

+ +
+
+ +

◆ GetTensor() [2/2]

+ +
+
+ + + + + +
+ + + + + + + +
virtual arm_compute::ICLTensor const& GetTensor () const
+
+pure virtual
+
+ +

Implements IAclTensorHandle.

+ +

Implemented in ClSubTensorHandle, and ClTensorHandle.

+ +
+
+ +

◆ SetMemoryGroup()

+ +
+
+ + + + + +
+ + + + + + + + +
virtual void SetMemoryGroup (const std::shared_ptr< arm_compute::IMemoryGroup > & memoryGroup)
+
+pure virtual
+
+ +

Implements IAclTensorHandle.

+ +

Implemented in ClSubTensorHandle, and ClTensorHandle.

+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + -- cgit v1.2.1