From 6f92c8e9f8bb38dcf5dccf8deeff5112ecd8e37c Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Wed, 22 Nov 2023 11:41:15 +0000 Subject: Update Doxygen for 23.11 Signed-off-by: Nikhil Raj Change-Id: I47cd933f5002cb94a73aa97689d7b3d9c93cb849 --- 23.11/structarmnn_1_1_memory_info.html | 181 +++++++++++++++++++++++++++++++++ 1 file changed, 181 insertions(+) create mode 100644 23.11/structarmnn_1_1_memory_info.html (limited to '23.11/structarmnn_1_1_memory_info.html') diff --git a/23.11/structarmnn_1_1_memory_info.html b/23.11/structarmnn_1_1_memory_info.html new file mode 100644 index 0000000000..969e26aa23 --- /dev/null +++ b/23.11/structarmnn_1_1_memory_info.html @@ -0,0 +1,181 @@ + + + + + + + + +Arm NN: MemoryInfo Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  23.11 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
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 26 of file WorkloadInfo.hpp.

+

Member Data Documentation

+ +

◆ m_Alignment

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

Definition at line 30 of file WorkloadInfo.hpp.

+ +
+
+ +

◆ m_OutputSlotIndex

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

Definition at line 28 of file WorkloadInfo.hpp.

+ +
+
+ +

◆ m_Size

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

Definition at line 29 of file WorkloadInfo.hpp.

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