|
ONE - On-device Neural Engine
|
#include "support/CommandLine.h"#include "mir/IrDotDumper.h"#include <tflite_importer.h>#include <exception>#include <iostream>Go to the source code of this file.
Functions | |
| int | main (int argc, const char **argv) |
| int main | ( | int | argc, |
| const char ** | argv | ||
| ) |
Definition at line 28 of file model_dump.cpp.
References mir::dumpGraph(), nnc::cli::CommandLine::getParser(), mir_tflite::loadModel(), and nnc::cli::CommandLine::parseCommandLine().