|
25.02
|
#include <BaseIterator.hpp>
Public Member Functions | |
| Int64Decoder (const int64_t *data) | |
| Int64Decoder () | |
| double_t | Get () const override |
| std::vector< float > | DecodeTensor (const TensorShape &tensorShape, const bool) override |
Public Member Functions inherited from TypedIterator< const int64_t, Decoder< double_t > > | |
| TypedIterator (const int64_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< IType > | |
| Decoder () | |
| virtual | ~Decoder () |
Public Member Functions inherited from BaseIterator | |
| BaseIterator () | |
| virtual | ~BaseIterator () |
Additional Inherited Members | |
Protected Attributes inherited from TypedIterator< const int64_t, Decoder< double_t > > | |
| const int64_t * | m_Iterator |
| const int64_t * | m_Start |
Definition at line 398 of file BaseIterator.hpp.
|
inline |
Definition at line 401 of file BaseIterator.hpp.
|
inline |
Definition at line 404 of file BaseIterator.hpp.
|
inlineoverridevirtual |
Implements Decoder< IType >.
Definition at line 411 of file BaseIterator.hpp.
References TensorShape::GetNumElements(), TypedIterator< const int64_t, Decoder< double_t > >::m_Iterator, and TypedIterator< const int64_t, Decoder< double_t > >::operator[]().
|
inlineoverridevirtual |
Implements Decoder< IType >.
Definition at line 407 of file BaseIterator.hpp.