ONE - On-device Neural Engine
|
#include <ListFileIterator.h>
Public Member Functions | |
ListFileIterator (const std::string &input_path, luci::Module *module) | |
bool | hasNext () const override |
std::vector< DataBuffer > | next () override |
bool | check_type_shape () const override |
Public Member Functions inherited from record_minmax::DataSetIterator | |
virtual | ~DataSetIterator ()=default |
Definition at line 32 of file ListFileIterator.h.
record_minmax::ListFileIterator::ListFileIterator | ( | const std::string & | input_path, |
luci::Module * | module | ||
) |
Definition at line 66 of file ListFileIterator.cpp.
References loco::input_nodes().
|
overridevirtual |
Implements record_minmax::DataSetIterator.
Definition at line 151 of file ListFileIterator.cpp.
|
overridevirtual |
Implements record_minmax::DataSetIterator.
Definition at line 89 of file ListFileIterator.cpp.
|
overridevirtual |
Implements record_minmax::DataSetIterator.
Definition at line 91 of file ListFileIterator.cpp.
References record_minmax::getTensorSize(), and record_minmax::readDataFromFile().