From 6940dd720ebb6b3d1df8ca203ab696daefe58189 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Fri, 20 Mar 2020 12:25:56 +0000 Subject: renamed Documentation folder 20.02 and added .nojekyll file Signed-off-by: Jim Flynn --- 20.02/classarmnn_1_1_base_iterator.xhtml | 390 +++++++++++++++++++++++++++++++ 1 file changed, 390 insertions(+) create mode 100644 20.02/classarmnn_1_1_base_iterator.xhtml (limited to '20.02/classarmnn_1_1_base_iterator.xhtml') diff --git a/20.02/classarmnn_1_1_base_iterator.xhtml b/20.02/classarmnn_1_1_base_iterator.xhtml new file mode 100644 index 0000000000..32ccd5b314 --- /dev/null +++ b/20.02/classarmnn_1_1_base_iterator.xhtml @@ -0,0 +1,390 @@ + + + + + + + + + + + + + +ArmNN: BaseIterator Class Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
BaseIterator Class Referenceabstract
+
+
+ +

#include <BaseIterator.hpp>

+
+Inheritance diagram for BaseIterator:
+
+
+ + +Decoder< IType > +Encoder< IType > +Decoder< float > +Encoder< bool > +Encoder< float > +PerAxisIterator< const int32_t, Decoder< float > > +PerAxisIterator< const int8_t, Decoder< float > > +TypedIterator< const BFloat16, Decoder< float > > +TypedIterator< const float, Decoder< float > > +TypedIterator< const Half, Decoder< float > > +TypedIterator< const int16_t, Decoder< float > > +TypedIterator< const int32_t, Decoder< float > > +TypedIterator< const int8_t, Decoder< float > > +TypedIterator< const uint8_t, Decoder< float > > +TypedIterator< uint8_t, Encoder< bool > > +PerAxisIterator< int8_t, Encoder< float > > +TypedIterator< armnn::BFloat16, Encoder< float > > +TypedIterator< float, Encoder< float > > +TypedIterator< Half, Encoder< float > > +TypedIterator< int16_t, Encoder< float > > +TypedIterator< int32_t, Encoder< float > > +TypedIterator< int8_t, Encoder< float > > +TypedIterator< uint8_t, Encoder< float > > + +
+ + + + + + + + + + + + + + + + +

+Public Member Functions

 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

+
+

Definition at line 19 of file BaseIterator.hpp.

+

Constructor & Destructor Documentation

+ +

◆ BaseIterator()

+ +
+
+ + + + + +
+ + + + + + + +
BaseIterator ()
+
+inline
+
+ +

Definition at line 22 of file BaseIterator.hpp.

+
22 {}
+
+
+ +

◆ ~BaseIterator()

+ +
+
+ + + + + +
+ + + + + + + +
virtual ~BaseIterator ()
+
+inlinevirtual
+
+
+

Member Function Documentation

+ +

◆ operator++()

+ + + +

◆ operator+=()

+ + + +

◆ operator-=()

+ + + +

◆ operator[]()

+ + + +

◆ SetIndex()

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