From 03c7ff3f6188240baaeaeb405a357a0c58195fec Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Tue, 22 Aug 2023 12:00:04 +0100 Subject: IVGCVSW-7702 Update Doxygen Docu for 23.08 Signed-off-by: Nikhil Raj Change-Id: I357a9f7e47614589327c1ac5d95b6224ff77103d --- latest/classarmnn_1_1_dot_base.html | 197 ++++++++++++++++++++++++++++++++++++ 1 file changed, 197 insertions(+) create mode 100644 latest/classarmnn_1_1_dot_base.html (limited to 'latest/classarmnn_1_1_dot_base.html') diff --git a/latest/classarmnn_1_1_dot_base.html b/latest/classarmnn_1_1_dot_base.html new file mode 100644 index 0000000000..1b150ab7ce --- /dev/null +++ b/latest/classarmnn_1_1_dot_base.html @@ -0,0 +1,197 @@ + + + + + + + + +Arm NN: DotBase Class Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  23.08 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
DotBase Class Reference
+
+
+ +

#include <DotSerializer.hpp>

+
+Inheritance diagram for DotBase:
+
+
+
+
[legend]
+ + + + + + +

+Public Member Functions

 DotBase (std::ostream &stream)
 
std::ostream & GetStream ()
 
+

Detailed Description

+
+

Definition at line 17 of file DotSerializer.hpp.

+

Constructor & Destructor Documentation

+ +

◆ DotBase()

+ +
+
+ + + + + +
+ + + + + + + + +
DotBase (std::ostream & stream)
+
+inlineexplicit
+
+ +

Definition at line 20 of file DotSerializer.hpp.

+
21  : m_Stream(stream) {}
+
+
+
+

Member Function Documentation

+ +

◆ GetStream()

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