ONE - On-device Neural Engine
|
#include <PConfig.h>
Data Fields | |
std::string | model_file |
std::vector< std::string > | inputs |
std::vector< std::string > | outputs |
std::vector<std::string> crew::Part::inputs |
Definition at line 30 of file PConfig.h.
Referenced by package.experimental.train.dataloader.DataLoader::__init__(), validate_onnx2circle.OnnxRunner::feed_random_inputs(), prunner::PModelsRunner::load_inputs(), package.common.basesession.BaseSession::set_inputs(), and package.experimental.train.dataloader.DataLoader::split().
std::string crew::Part::model_file |
Definition at line 29 of file PConfig.h.
Referenced by partee::export_part_conn_ini(), partee::export_part_conn_json(), prunner::PModelsRunner::save_outputs(), and crew::write_ini().
std::vector<std::string> crew::Part::outputs |
Definition at line 31 of file PConfig.h.
Referenced by package.common.basesession.BaseSession::_set_outputs(), and validate_onnx2circle.OnnxRunner::get_outputs().