24.08
|
#include <BaseIterator.hpp>
Public Member Functions | |
Int32ToInt32tDecoder (const int32_t *data) | |
Int32ToInt32tDecoder () | |
int32_t | Get () const override |
std::vector< float > | DecodeTensor (const TensorShape &tensorShape, const bool) override |
Public Member Functions inherited from TypedIterator< const int32_t, Decoder< int32_t > > | |
TypedIterator (const int32_t *data=nullptr) | |
void | Reset (void *data) override |
TypedIterator & | operator++ () override |
TypedIterator & | operator+= (const unsigned int increment) override |
TypedIterator & | operator-= (const unsigned int increment) override |
TypedIterator & | operator[] (const unsigned int index) override |
Public Member Functions inherited from Decoder< int32_t > | |
Decoder () | |
virtual | ~Decoder () |
virtual int32_t | Get () const=0 |
Public Member Functions inherited from BaseIterator | |
BaseIterator () | |
virtual | ~BaseIterator () |
Additional Inherited Members | |
Protected Attributes inherited from TypedIterator< const int32_t, Decoder< int32_t > > | |
const int32_t * | m_Iterator |
const int32_t * | m_Start |
Definition at line 369 of file BaseIterator.hpp.
|
inline |
Definition at line 372 of file BaseIterator.hpp.
|
inline |
Definition at line 375 of file BaseIterator.hpp.
|
inlineoverridevirtual |
Implements Decoder< int32_t >.
Definition at line 382 of file BaseIterator.hpp.
References TensorShape::GetNumElements(), TypedIterator< const int32_t, Decoder< int32_t > >::m_Iterator, and TypedIterator< const int32_t, Decoder< int32_t > >::operator[]().
|
inlineoverride |
Definition at line 378 of file BaseIterator.hpp.
References TypedIterator< const int32_t, Decoder< int32_t > >::m_Iterator.