|
ONE - On-device Neural Engine
|
#include <mio/tflite/schema_generated.h>#include <ostream>Go to the source code of this file.
Data Structures | |
| struct | tfldump::ModelEx |
Namespaces | |
| namespace | tfldump |
Functions | |
| void | tfldump::dump_model (std::ostream &os, const ModelEx &model) |
| std::ostream & | operator<< (std::ostream &os, const tfldump::ModelEx &model) |
| std::ostream & operator<< | ( | std::ostream & | os, |
| const tfldump::ModelEx & | model | ||
| ) |
Definition at line 457 of file Dump.cpp.
References tfldump::dump_model(), tfldump::ModelEx::model, and tfldump::ModelEx::rawdata.