From 0e2bab81442ee6cc2b94e4f7881ed0c5c6af65e7 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Thu, 19 Mar 2020 17:03:14 +0000 Subject: Creating gh-pages documentation for ArmNN Signed-off-by: Jim Flynn --- Documentation/classarmnn_1_1_decoder.xhtml | 276 +++++++++++++++++++++++++++++ 1 file changed, 276 insertions(+) create mode 100644 Documentation/classarmnn_1_1_decoder.xhtml (limited to 'Documentation/classarmnn_1_1_decoder.xhtml') diff --git a/Documentation/classarmnn_1_1_decoder.xhtml b/Documentation/classarmnn_1_1_decoder.xhtml new file mode 100644 index 0000000000..060da04c42 --- /dev/null +++ b/Documentation/classarmnn_1_1_decoder.xhtml @@ -0,0 +1,276 @@ + + + + + + + + + + + + + +ArmNN: Decoder< IType > Class Template Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
Decoder< IType > Class Template Referenceabstract
+
+
+ +

#include <BaseIterator.hpp>

+
+Inheritance diagram for Decoder< IType >:
+
+
+ + +BaseIterator + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 Decoder ()
 
virtual ~Decoder ()
 
virtual void Reset (void *)=0
 
virtual IType Get () const =0
 
- Public Member Functions inherited from BaseIterator
 BaseIterator ()
 
virtual ~BaseIterator ()
 
virtual BaseIteratorSetIndex (unsigned int index, unsigned int axisIndex=0)=0
 
virtual BaseIteratoroperator++ ()=0
 
virtual BaseIteratoroperator+= (const unsigned int increment)=0
 
virtual BaseIteratoroperator-= (const unsigned int increment)=0
 
virtual BaseIteratoroperator[] (const unsigned int index)=0
 
+

Detailed Description

+

template<typename IType>
+class armnn::Decoder< IType >

+ + +

Definition at line 38 of file BaseIterator.hpp.

+

Constructor & Destructor Documentation

+ +

◆ Decoder()

+ +
+
+ + + + + +
+ + + + + + + +
Decoder ()
+
+inline
+
+ +

Definition at line 41 of file BaseIterator.hpp.

+
41 {}
+
+
+ +

◆ ~Decoder()

+ +
+
+ + + + + +
+ + + + + + + +
virtual ~Decoder ()
+
+inlinevirtual
+
+ +

Definition at line 43 of file BaseIterator.hpp.

+
43 {}
+
+
+

Member Function Documentation

+ +

◆ Get()

+ + + +

◆ Reset()

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