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_encoder.xhtml | 308 +++++++++++++++++++++++++++++++++++++ 1 file changed, 308 insertions(+) create mode 100644 20.02/classarmnn_1_1_encoder.xhtml (limited to '20.02/classarmnn_1_1_encoder.xhtml') diff --git a/20.02/classarmnn_1_1_encoder.xhtml b/20.02/classarmnn_1_1_encoder.xhtml new file mode 100644 index 0000000000..fe7526b392 --- /dev/null +++ b/20.02/classarmnn_1_1_encoder.xhtml @@ -0,0 +1,308 @@ + + + + + + + + + + + + + +ArmNN: Encoder< IType > Class Template Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
Encoder< IType > Class Template Referenceabstract
+
+
+ +

#include <BaseIterator.hpp>

+
+Inheritance diagram for Encoder< IType >:
+
+
+ + +BaseIterator + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 Encoder ()
 
virtual ~Encoder ()
 
virtual void Reset (void *)=0
 
virtual void Set (IType right)=0
 
virtual IType Get () const =0
 
- Public Member Functions inherited from BaseIterator
 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

+

template<typename IType>
+class armnn::Encoder< IType >

+ + +

Definition at line 51 of file BaseIterator.hpp.

+

Constructor & Destructor Documentation

+ +

◆ Encoder()

+ +
+
+ + + + + +
+ + + + + + + +
Encoder ()
+
+inline
+
+ +

Definition at line 54 of file BaseIterator.hpp.

+
54 {}
+
+
+ +

◆ ~Encoder()

+ +
+
+ + + + + +
+ + + + + + + +
virtual ~Encoder ()
+
+inlinevirtual
+
+ +

Definition at line 56 of file BaseIterator.hpp.

+
56 {}
+
+
+

Member Function Documentation

+ +

◆ Get()

+ + + +

◆ Reset()

+ + + +

◆ Set()

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