ArmNN
 25.11
Loading...
Searching...
No Matches
Decoder< IType > Class Template Referenceabstract

#include <BaseIterator.hpp>

Inheritance diagram for Decoder< IType >:
[legend]
Collaboration diagram for Decoder< IType >:
[legend]

Public Member Functions

 Decoder ()
virtual ~Decoder ()
virtual void Reset (void *)=0
virtual IType Get () const =0
virtual std::vector< float > DecodeTensor (const TensorShape &tensorShape, bool isDepthwise=false)=0
Public Member Functions inherited from BaseIterator
 BaseIterator ()
virtual ~BaseIterator ()
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::Decoder< IType >

Definition at line 35 of file BaseIterator.hpp.

Constructor & Destructor Documentation

◆ Decoder()

template<typename IType>
Decoder ( )
inline

Definition at line 38 of file BaseIterator.hpp.

38{}

◆ ~Decoder()

template<typename IType>
virtual ~Decoder ( )
inlinevirtual

Definition at line 40 of file BaseIterator.hpp.

40{}

Member Function Documentation

◆ DecodeTensor()

◆ Get()

◆ Reset()


The documentation for this class was generated from the following file: