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 --- .../classarmnn_1_1_q_symm8_per_axis_decoder.xhtml | 291 +++++++++++++++++++++ 1 file changed, 291 insertions(+) create mode 100644 20.02/classarmnn_1_1_q_symm8_per_axis_decoder.xhtml (limited to '20.02/classarmnn_1_1_q_symm8_per_axis_decoder.xhtml') diff --git a/20.02/classarmnn_1_1_q_symm8_per_axis_decoder.xhtml b/20.02/classarmnn_1_1_q_symm8_per_axis_decoder.xhtml new file mode 100644 index 0000000000..3457a3e25b --- /dev/null +++ b/20.02/classarmnn_1_1_q_symm8_per_axis_decoder.xhtml @@ -0,0 +1,291 @@ + + + + + + + + + + + + + +ArmNN: QSymm8PerAxisDecoder Class Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
QSymm8PerAxisDecoder Class Reference
+
+
+ +

#include <BaseIterator.hpp>

+
+Inheritance diagram for QSymm8PerAxisDecoder:
+
+
+ + +PerAxisIterator< const int8_t, Decoder< float > > +Decoder< float > +BaseIterator + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 QSymm8PerAxisDecoder (const int8_t *data, const std::vector< float > &scale, unsigned int axisFactor)
 
float Get () const override
 
float GetScale () const
 
- Public Member Functions inherited from PerAxisIterator< const int8_t, Decoder< float > >
 PerAxisIterator (const int8_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 int8_t, Decoder< float > >
const int8_t * m_Iterator
 
const int8_t * m_Start
 
unsigned int m_AxisIndex
 
unsigned int m_AxisFactor
 
+

Detailed Description

+
+

Definition at line 543 of file BaseIterator.hpp.

+

Constructor & Destructor Documentation

+ +

◆ QSymm8PerAxisDecoder()

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + +
QSymm8PerAxisDecoder (const int8_t * data,
const std::vector< float > & scale,
unsigned int axisFactor 
)
+
+inline
+
+ +

Definition at line 546 of file BaseIterator.hpp.

+
547  : PerAxisIterator(data, axisFactor), m_Scale(scale) {}
PerAxisIterator(const int8_t *data=nullptr, unsigned int axisFactor=0)
+
+
+
+

Member Function Documentation

+ +

◆ Get()

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

◆ GetScale()

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

Definition at line 555 of file BaseIterator.hpp.

+
556  {
557  return m_Scale[m_AxisIndex];
558  }
+
+
+
+
The documentation for this class was generated from the following file: +
+
+ + + + -- cgit v1.2.1