ONE - On-device Neural Engine
|
#include "caffe2/proto/caffe2.pb.h"
Go to the source code of this file.
Namespaces | |
namespace | mir_caffe2 |
Typedefs | |
using | mir_caffe2::RepArgument = const ::google::protobuf::RepeatedPtrField<::caffe2::Argument > & |
Functions | |
const ::caffe2::Argument & | mir_caffe2::findArgumentByName (RepArgument args, const std::string &name) |
bool | mir_caffe2::hasArgument (RepArgument args, const std::string &name) |
int | mir_caffe2::getSingleArgument (const ::caffe2::OperatorDef &op, const std::string &argument_name, const int default_value) |
float | mir_caffe2::getSingleArgument (const ::caffe2::OperatorDef &op, const std::string &argument_name, const float default_value) |
std::string | mir_caffe2::getSingleArgument (const ::caffe2::OperatorDef &op, const std::string &argument_name, const std::string &default_value) |