|
ONE - On-device Neural Engine
|
#include "ModuleIO.h"#include "OpSelector.h"#include <luci/ConnectNode.h>#include <luci/ImporterEx.h>#include <luci/Profile/CircleNodeID.h>#include <luci/Service/CircleNodeClone.h>#include <arser/arser.h>#include <vconone/vconone.h>#include <iostream>#include <string>#include <vector>#include <algorithm>#include <cctype>#include <numeric>#include <sstream>Go to the source code of this file.
Functions | |
| void | print_version (void) |
| int | entry (int argc, char **argv) |
| Dump IR for given arguments. | |
| int entry | ( | int | argc, |
| char ** | argv | ||
| ) |
Dump IR for given arguments.
Call example: $ ./build/compiler/encodump/encodump \ –frontend build/compiler/enco/frontend/caffe/libenco_caffe_frontend.so \ –frontend-arg build/compiler/enco/test/caffe/Convolution_003.prototxt \ –frontend-arg build/compiler/enco/test/caffe/Convolution_003.caffemodel
Definition at line 42 of file Driver.cpp.
References arser::Helper::add_version(), entry(), opselector::exportModule(), opselector::ID, opselector::NAME, and print_version().
| void print_version | ( | void | ) |
Definition at line 36 of file Driver.cpp.
References vconone::get_copyright(), and vconone::get_string().