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 validate_onnx2circle.OnnxRunner::feed_random_inputs(), prunner::PModelsRunner::load_inputs(), and package.infer.session::set_inputs().
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 validate_onnx2circle.OnnxRunner::get_outputs(), package.infer.session::inference(), and package.infer.session::set_outputs().