ONE - On-device Neural Engine
|
Wrapper to use flatbuffers::Vector pointer as std::vector entity. More...
#include <CircleMicroReader.h>
Public Types | |
using | iterator = typename flatbuffers::Vector< T >::const_iterator |
using | value_type = typename flatbuffers::Vector< T >::return_type |
Public Member Functions | |
VectorWrapper (const flatbuffers::Vector< T > *ptr) | |
const T * | data () const |
uint32_t | size () const |
iterator | begin () const |
iterator | end () const |
value_type | at (uint32_t i) const |
value_type | operator[] (uint32_t i) const |
bool | null () const |
bool | empty () const |
Wrapper to use flatbuffers::Vector pointer as std::vector entity.
Definition at line 123 of file CircleMicroReader.h.
using luci_interpreter::VectorWrapper< T >::iterator = typename flatbuffers::Vector<T>::const_iterator |
Definition at line 131 of file CircleMicroReader.h.
using luci_interpreter::VectorWrapper< T >::value_type = typename flatbuffers::Vector<T>::return_type |
Definition at line 135 of file CircleMicroReader.h.
|
explicit |
value_type luci_interpreter::VectorWrapper< T >::at | ( | uint32_t | i | ) | const |
iterator luci_interpreter::VectorWrapper< T >::begin | ( | ) | const |
const T * luci_interpreter::VectorWrapper< T >::data | ( | ) | const |
bool luci_interpreter::VectorWrapper< T >::empty | ( | ) | const |
iterator luci_interpreter::VectorWrapper< T >::end | ( | ) | const |
bool luci_interpreter::VectorWrapper< T >::null | ( | ) | const |
value_type luci_interpreter::VectorWrapper< T >::operator[] | ( | uint32_t | i | ) | const |
uint32_t luci_interpreter::VectorWrapper< T >::size | ( | ) | const |