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

#include <BaseIterator.hpp>

+
+Inheritance diagram for Int32Decoder:
+
+
+ + +TypedIterator< const int32_t, Decoder< float > > +Decoder< float > +BaseIterator + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 Int32Decoder (const int32_t *data)
 
 Int32Decoder ()
 
float Get () const override
 
- Public Member Functions inherited from TypedIterator< const int32_t, Decoder< float > >
 TypedIterator (const int32_t *data=nullptr)
 
void Reset (void *data) override
 
TypedIteratoroperator++ () override
 
TypedIteratoroperator+= (const unsigned int increment) override
 
TypedIteratoroperator-= (const unsigned int increment) override
 
TypedIteratoroperator[] (const unsigned int index) override
 
TypedIteratorSetIndex (unsigned int index, unsigned int axisIndex=0) 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 TypedIterator< const int32_t, Decoder< float > >
const int32_t * m_Iterator
 
const int32_t * m_Start
 
+

Detailed Description

+
+

Definition at line 263 of file BaseIterator.hpp.

+

Constructor & Destructor Documentation

+ +

◆ Int32Decoder() [1/2]

+ +
+
+ + + + + +
+ + + + + + + + +
Int32Decoder (const int32_t * data)
+
+inline
+
+ +

Definition at line 266 of file BaseIterator.hpp.

+
267  : TypedIterator(data) {}
+
+
+
+ +

◆ Int32Decoder() [2/2]

+ +
+
+ + + + + +
+ + + + + + + +
Int32Decoder ()
+
+inline
+
+ +

Definition at line 269 of file BaseIterator.hpp.

+
270  : Int32Decoder(nullptr) {}
+
+
+
+

Member Function Documentation

+ +

◆ Get()

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

Implements Decoder< float >.

+ +

Definition at line 272 of file BaseIterator.hpp.

+
273  {
274  return static_cast<float>(*m_Iterator);
275  }
+
+
+
The documentation for this class was generated from the following file: +
+
+ + + + -- cgit v1.2.1