2 #ifndef CAFFE2_OPERATORS_RMAC_REGIONS_OP_H 3 #define CAFFE2_OPERATORS_RMAC_REGIONS_OP_H 5 #include "caffe2/core/operator.h" 9 template <
class Context>
12 template <
class... Args>
15 scales_(this->
template GetSingleArgument<int>(
"scales", 3)),
16 overlap_(this->
template GetSingleArgument<float>(
"overlap", 0.4f)) {}
18 USE_OPERATOR_CONTEXT_FUNCTIONS;
20 bool RunOnDevice()
override;
30 #endif // CAFFE2_OPERATORS_RMAC_REGIONS_OP_H
A global dictionary that holds information about what Caffe2 modules have been loaded in the current ...