From fd627ffaec8fd8801d980b4c91ee7c0607ab6aaf Mon Sep 17 00:00:00 2001 From: Jan Eilers Date: Thu, 25 Feb 2021 17:44:00 +0000 Subject: IVGCVSW-5687 Update Doxygen Docu * Update Doxygen Documentation for 21.02 release Signed-off-by: Jan Eilers Change-Id: I9ed2f9caab038836ea99d7b378d7899fe431a4e5 --- 21.02/classarmnn_1_1_base_iterator.xhtml | 375 +++++++++++++++++++++++++++++++ 1 file changed, 375 insertions(+) create mode 100644 21.02/classarmnn_1_1_base_iterator.xhtml (limited to '21.02/classarmnn_1_1_base_iterator.xhtml') diff --git a/21.02/classarmnn_1_1_base_iterator.xhtml b/21.02/classarmnn_1_1_base_iterator.xhtml new file mode 100644 index 0000000000..da42709178 --- /dev/null +++ b/21.02/classarmnn_1_1_base_iterator.xhtml @@ -0,0 +1,375 @@ + + + + + + + + + + + + + +ArmNN: BaseIterator Class Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
BaseIterator Class Referenceabstract
+
+
+ +

#include <BaseIterator.hpp>

+
+Inheritance diagram for BaseIterator:
+
+
+ + +Decoder< IType > +Encoder< IType > +Decoder< bool > +Decoder< float > +Decoder< int32_t > +Encoder< bool > +Encoder< float > +Encoder< int32_t > + +
+ + + + + + + + + + + + + + + + +

+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 18 of file BaseIterator.hpp.

+

Constructor & Destructor Documentation

+ +

◆ BaseIterator()

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

Definition at line 21 of file BaseIterator.hpp.

+
21 {}
+
+
+ +

◆ ~BaseIterator()

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

Member Function Documentation

+ +

◆ operator++()

+ + + +

◆ operator+=()

+ + + +

◆ operator-=()

+ + + +

◆ operator[]()

+ +
+
+ + + + + +
+ + + + + + + + +
virtual BaseIterator& operator[] (const unsigned int index)
+
+pure virtual
+
+ +

Implemented in PerAxisIterator< int8_t, Encoder< float > >, PerAxisIterator< const int32_t, Decoder< float > >, PerAxisIterator< const int8_t, Decoder< float > >, TypedIterator< int32_t, Encoder< float > >, TypedIterator< armnn::BFloat16, Encoder< float > >, TypedIterator< const BFloat16, Decoder< float > >, TypedIterator< int8_t, Encoder< float > >, TypedIterator< uint8_t, Encoder< bool > >, TypedIterator< uint8_t, Encoder< float > >, TypedIterator< int16_t, Encoder< float > >, TypedIterator< const int32_t, Decoder< float > >, TypedIterator< int32_t, Encoder< int32_t > >, TypedIterator< const uint8_t, Decoder< bool > >, TypedIterator< float, Encoder< float > >, TypedIterator< const Half, Decoder< float > >, TypedIterator< const uint8_t, Decoder< float > >, TypedIterator< const int16_t, Decoder< float > >, TypedIterator< const int8_t, Decoder< float > >, TypedIterator< Half, Encoder< float > >, TypedIterator< const int32_t, Decoder< int32_t > >, and TypedIterator< const float, Decoder< float > >.

+ +

Referenced by QASymm8Decoder::DecodeTensor(), QASymmS8Decoder::DecodeTensor(), QSymmS8Decoder::DecodeTensor(), QSymm16Decoder::DecodeTensor(), BFloat16Decoder::DecodeTensor(), Float16Decoder::DecodeTensor(), ScaledInt32Decoder::DecodeTensor(), Int32Decoder::DecodeTensor(), Int32ToInt32tDecoder::DecodeTensor(), BooleanDecoder::DecodeTensor(), BooleanDecoderBool::DecodeTensor(), QSymm8PerAxisDecoder::DecodeTensor(), ScaledInt32PerAxisDecoder::DecodeTensor(), and BaseIterator::~BaseIterator().

+ +
+
+ +

◆ SetIndex()

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