|
ONE - On-device Neural Engine
|
Data Structures | |
| class | PModelsRunner |
| PModelsRunner runs partitioned models from input data file and stores output data to a file. More... | |
Typedefs | |
| using | Buffer = std::vector< char > |
| using | Buffers = std::map< std::string, Buffer > |
| using | RunModel = std::string |
| using | RunModels = std::vector< RunModel > |
| using prunner::Buffer = typedef std::vector<char> |
Definition at line 29 of file PModelsRunner.h.
| using prunner::Buffers = typedef std::map<std::string, Buffer> |
Definition at line 31 of file PModelsRunner.h.
| using prunner::RunModel = typedef std::string |
Definition at line 33 of file PModelsRunner.h.
| using prunner::RunModels = typedef std::vector<RunModel> |
Definition at line 35 of file PModelsRunner.h.