ONE - On-device Neural Engine
|
#include "Importer.h"
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/io/zero_copy_stream_impl.h>
#include <google/protobuf/text_format.h>
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.