From 8d2ca734165a068478df7cffa46185680b05cd20 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Fri, 24 Feb 2023 10:28:19 +0000 Subject: Update Doxygen docu for 23.02 Signed-off-by: Nikhil Raj Change-Id: Ie6c19a27d50fefab2796b2b5875374e81f5bf971 --- 23.02/structarmnn_1_1_memory_info.xhtml | 183 ++++++++++++++++++++++++++++++++ 1 file changed, 183 insertions(+) create mode 100644 23.02/structarmnn_1_1_memory_info.xhtml (limited to '23.02/structarmnn_1_1_memory_info.xhtml') diff --git a/23.02/structarmnn_1_1_memory_info.xhtml b/23.02/structarmnn_1_1_memory_info.xhtml new file mode 100644 index 0000000000..f9cc68021a --- /dev/null +++ b/23.02/structarmnn_1_1_memory_info.xhtml @@ -0,0 +1,183 @@ + + + + + + + + + + + + + +ArmNN: MemoryInfo Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  23.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
MemoryInfo Struct Reference
+
+
+ +

#include <WorkloadInfo.hpp>

+ + + + + + + + +

+Public Attributes

unsigned int m_OutputSlotIndex
 
size_t m_Size { 0 }
 
size_t m_Alignment { 64 }
 
+

Detailed Description

+
+

Definition at line 25 of file WorkloadInfo.hpp.

+

Member Data Documentation

+ +

◆ m_Alignment

+ +
+
+ + + + +
size_t m_Alignment { 64 }
+
+ +

Definition at line 29 of file WorkloadInfo.hpp.

+ +
+
+ +

◆ m_OutputSlotIndex

+ +
+
+ + + + +
unsigned int m_OutputSlotIndex
+
+ +

Definition at line 27 of file WorkloadInfo.hpp.

+ +
+
+ +

◆ m_Size

+ +
+
+ + + + +
size_t m_Size { 0 }
+
+ +

Definition at line 28 of file WorkloadInfo.hpp.

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