From a983e4699082a0b1ef685bab7354f2ad9cd37a44 Mon Sep 17 00:00:00 2001 From: Colm Donelan Date: Wed, 20 May 2020 16:12:19 +0100 Subject: Updating Doxygen documentation for 20.05 release. Change-Id: I4d624343ed5fd6ae269c3d53532903084508fd14 Signed-off-by: Colm Donelan --- ...ssarmnn_1_1_scaled_int32_per_axis_decoder.xhtml | 291 +++++++++++++++++++++ 1 file changed, 291 insertions(+) create mode 100644 20.05/classarmnn_1_1_scaled_int32_per_axis_decoder.xhtml (limited to '20.05/classarmnn_1_1_scaled_int32_per_axis_decoder.xhtml') diff --git a/20.05/classarmnn_1_1_scaled_int32_per_axis_decoder.xhtml b/20.05/classarmnn_1_1_scaled_int32_per_axis_decoder.xhtml new file mode 100644 index 0000000000..265b8ea749 --- /dev/null +++ b/20.05/classarmnn_1_1_scaled_int32_per_axis_decoder.xhtml @@ -0,0 +1,291 @@ + + + + + + + + + + + + + +ArmNN: ScaledInt32PerAxisDecoder Class Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.05 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
ScaledInt32PerAxisDecoder Class Reference
+
+
+ +

#include <BaseIterator.hpp>

+
+Inheritance diagram for ScaledInt32PerAxisDecoder:
+
+
+ + +PerAxisIterator< const int32_t, Decoder< float > > +Decoder< float > +BaseIterator + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 ScaledInt32PerAxisDecoder (const int32_t *data, const std::vector< float > &scales, unsigned int axisFactor)
 
float Get () const override
 
float GetScale () const
 
- Public Member Functions inherited from PerAxisIterator< const int32_t, Decoder< float > >
 PerAxisIterator (const int32_t *data=nullptr, unsigned int axisFactor=0)
 
PerAxisIteratorSetIndex (unsigned int index, unsigned int axisIndex) override
 
void Reset (void *data) override
 
PerAxisIteratoroperator++ () override
 
PerAxisIteratoroperator+= (const unsigned int increment) override
 
PerAxisIteratoroperator-= (const unsigned int decrement) override
 
PerAxisIteratoroperator[] (const unsigned int index) override
 
- Public Member Functions inherited from Decoder< float >
 Decoder ()
 
virtual ~Decoder ()
 
- Public Member Functions inherited from BaseIterator
 BaseIterator ()
 
virtual ~BaseIterator ()
 
+ + + + + + + + + + +

+Additional Inherited Members

- Protected Attributes inherited from PerAxisIterator< const int32_t, Decoder< float > >
const int32_t * m_Iterator
 
const int32_t * m_Start
 
unsigned int m_AxisIndex
 
unsigned int m_AxisFactor
 
+

Detailed Description

+
+

Definition at line 605 of file BaseIterator.hpp.

+

Constructor & Destructor Documentation

+ +

◆ ScaledInt32PerAxisDecoder()

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + +
ScaledInt32PerAxisDecoder (const int32_t * data,
const std::vector< float > & scales,
unsigned int axisFactor 
)
+
+inline
+
+ +

Definition at line 608 of file BaseIterator.hpp.

+
609  : PerAxisIterator(data, axisFactor), m_Scales(scales) {}
PerAxisIterator(const int32_t *data=nullptr, unsigned int axisFactor=0)
+
+
+
+

Member Function Documentation

+ +

◆ Get()

+ +
+
+ + + + + +
+ + + + + + + +
float Get () const
+
+inlineoverridevirtual
+
+ +

Implements Decoder< float >.

+ +

Definition at line 611 of file BaseIterator.hpp.

+ +

References armnn::Dequantize.

+ +
+
+ +

◆ GetScale()

+ +
+
+ + + + + +
+ + + + + + + +
float GetScale () const
+
+inline
+
+ +

Definition at line 617 of file BaseIterator.hpp.

+
618  {
619  return m_Scales[m_AxisIndex];
620  }
+
+
+
+
The documentation for this class was generated from the following file: +
+
+ + + + -- cgit v1.2.1