From 549b9600a6eaf0727fa084465a75f173edf8f381 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Tue, 24 May 2022 11:32:07 +0100 Subject: Update 22.05 Doxygen Docs after updates to main Readme Signed-off-by: Nikhil Raj Change-Id: I56711772406a41ff81fa136a5fb6c59c9b9cf504 --- 22.05/structarmnn_1_1_tensor_memory.xhtml | 194 ++++++++++++++++++++++++++++++ 1 file changed, 194 insertions(+) create mode 100644 22.05/structarmnn_1_1_tensor_memory.xhtml (limited to '22.05/structarmnn_1_1_tensor_memory.xhtml') diff --git a/22.05/structarmnn_1_1_tensor_memory.xhtml b/22.05/structarmnn_1_1_tensor_memory.xhtml new file mode 100644 index 0000000000..d04fe5c327 --- /dev/null +++ b/22.05/structarmnn_1_1_tensor_memory.xhtml @@ -0,0 +1,194 @@ + + + + + + + + + + + + + +ArmNN: TensorMemory Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  22.05 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
TensorMemory Struct Reference
+
+
+ +

#include <MemoryManager.hpp>

+ + + + + + + + + + + +

+Public Attributes

size_t m_Offset {}
 Number of bytes the value is away from the .m_Buffer. More...
 
unsigned int m_OutputSlotId {}
 Identifier to be used by the to order the tensors. More...
 
void * m_Data = nullptr
 Pointer to the tensor value. More...
 
+

Detailed Description

+
+

Definition at line 19 of file MemoryManager.hpp.

+

Member Data Documentation

+ +

◆ m_Data

+ +
+
+ + + + +
void* m_Data = nullptr
+
+ +

Pointer to the tensor value.

+ +

Definition at line 26 of file MemoryManager.hpp.

+ +
+
+ +

◆ m_Offset

+ +
+
+ + + + +
size_t m_Offset {}
+
+ +

Number of bytes the value is away from the .m_Buffer.

+ +

Definition at line 22 of file MemoryManager.hpp.

+ +

Referenced by LoadedNetwork::RegisterDebugCallback().

+ +
+
+ +

◆ m_OutputSlotId

+ +
+
+ + + + +
unsigned int m_OutputSlotId {}
+
+ +

Identifier to be used by the to order the tensors.

+ +

Definition at line 24 of file MemoryManager.hpp.

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