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 --- ...ssarmnn_1_1_scaled_int32_per_axis_decoder.xhtml | 291 +++++++++++++++++++++ 1 file changed, 291 insertions(+) create mode 100644 20.02/classarmnn_1_1_scaled_int32_per_axis_decoder.xhtml (limited to '20.02/classarmnn_1_1_scaled_int32_per_axis_decoder.xhtml') diff --git a/20.02/classarmnn_1_1_scaled_int32_per_axis_decoder.xhtml b/20.02/classarmnn_1_1_scaled_int32_per_axis_decoder.xhtml new file mode 100644 index 0000000000..5ecb2c830a --- /dev/null +++ b/20.02/classarmnn_1_1_scaled_int32_per_axis_decoder.xhtml @@ -0,0 +1,291 @@ + + + + + + + + + + + + + +ArmNN: ScaledInt32PerAxisDecoder Class Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
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 590 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 593 of file BaseIterator.hpp.

+
594  : 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 596 of file BaseIterator.hpp.

+ +

References armnn::Dequantize.

+ +
+
+ +

◆ GetScale()

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

Definition at line 602 of file BaseIterator.hpp.

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