|
ONE - On-device Neural Engine
|
#include <InputDataLoader.h>

Public Member Functions | |
| HDF5Loader (const std::string &file_path, const std::vector< loco::Node * > &input_nodes) | |
| uint32_t | size (void) const final |
| Data | get (uint32_t data_idx) const final |
Public Member Functions inherited from circle_eval_diff::InputDataLoader | |
| virtual | ~InputDataLoader ()=default |
Additional Inherited Members | |
Public Types inherited from circle_eval_diff::InputDataLoader | |
| using | Data = std::vector< Tensor > |
Definition at line 63 of file InputDataLoader.h.
| circle_eval_diff::HDF5Loader::HDF5Loader | ( | const std::string & | file_path, |
| const std::vector< loco::Node * > & | input_nodes | ||
| ) |
Definition at line 98 of file InputDataLoader.cpp.
|
finalvirtual |
Implements circle_eval_diff::InputDataLoader.
Definition at line 117 of file InputDataLoader.cpp.
References circle_eval_diff::createEmptyTensor(), luci::CircleInput::index(), loco::must_cast(), and circle_eval_diff::verifyTypeShape().
|
finalvirtual |
Implements circle_eval_diff::InputDataLoader.
Definition at line 115 of file InputDataLoader.cpp.