ONE - On-device Neural Engine
|
#include <caffe/proto/caffe.pb.h>
#include <istream>
Go to the source code of this file.
Functions | |
bool | from_txt (std::istream &is, ::caffe::NetParameter ¶m) |
bool | from_bin (std::istream &is, ::caffe::NetParameter ¶m) |
bool | from_txt (std::istream &is, ::caffe::PoolingParameter ¶m) |
bool from_bin | ( | std::istream & | is, |
::caffe::NetParameter & | param | ||
) |
Definition at line 35 of file Importer.cpp.
Referenced by make_frontend().
bool from_txt | ( | std::istream & | is, |
::caffe::NetParameter & | param | ||
) |
Definition at line 23 of file Importer.cpp.
Referenced by make_frontend().
bool from_txt | ( | std::istream & | is, |
::caffe::PoolingParameter & | param | ||
) |
Definition at line 48 of file Importer.cpp.