24.08
|
#include <BaseIterator.hpp>
Public Member Functions | |
BooleanDecoderBool (const uint8_t *data) | |
BooleanDecoderBool () | |
bool | Get () const override |
std::vector< float > | DecodeTensor (const TensorShape &tensorShape, const bool) override |
Public Member Functions inherited from TypedIterator< const uint8_t, Decoder< bool > > | |
TypedIterator (const uint8_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< bool > | |
Decoder () | |
virtual | ~Decoder () |
virtual bool | Get () const=0 |
Public Member Functions inherited from BaseIterator | |
BaseIterator () | |
virtual | ~BaseIterator () |
Additional Inherited Members | |
Protected Attributes inherited from TypedIterator< const uint8_t, Decoder< bool > > | |
const uint8_t * | m_Iterator |
const uint8_t * | m_Start |
Definition at line 456 of file BaseIterator.hpp.
|
inline |
Definition at line 459 of file BaseIterator.hpp.
|
inline |
Definition at line 462 of file BaseIterator.hpp.
|
inlineoverridevirtual |
Implements Decoder< bool >.
Definition at line 470 of file BaseIterator.hpp.
References TensorShape::GetNumElements(), TypedIterator< const uint8_t, Decoder< bool > >::m_Iterator, and TypedIterator< const uint8_t, Decoder< bool > >::operator[]().
|
inlineoverride |
Definition at line 465 of file BaseIterator.hpp.
References TypedIterator< const uint8_t, Decoder< bool > >::m_Iterator.