ONE - On-device Neural Engine
|
Takes .prototxt and .caffemodel filenames from ARGV and fills the model with trained weights. The resulting binary model with weights to be consumed by nnc is printed to StdOut. More...
#include <MergeCommand.h>
Public Member Functions | |
int | run (int argc, const char *const *argv) const override |
Public Member Functions inherited from cli::Command | |
virtual | ~Command ()=default |
Takes .prototxt and .caffemodel filenames from ARGV and fills the model with trained weights. The resulting binary model with weights to be consumed by nnc is printed to StdOut.
Definition at line 28 of file MergeCommand.h.
|
overridevirtual |
Implements cli::Command.
Definition at line 29 of file MergeCommand.cpp.
Referenced by package.infer.session::inference().