ONE - On-device Neural Engine
|
#include "caffe2_proto_helper.h"
Go to the source code of this file.
Namespaces | |
namespace | mir_caffe2 |
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) |