1 #ifndef INTEGRAL_IMAGE_OP_H_ 2 #define INTEGRAL_IMAGE_OP_H_ 4 #include "caffe2/core/context.h" 5 #include "caffe2/core/logging.h" 6 #include "caffe2/core/operator.h" 7 #include "caffe2/utils/math.h" 11 template <
typename T,
class Context>
14 template <
class... Args>
17 USE_OPERATOR_CONTEXT_FUNCTIONS;
19 bool RunOnDevice()
override;
22 template <
typename T,
class Context>
25 template <
class... Args>
28 USE_OPERATOR_CONTEXT_FUNCTIONS;
30 bool RunOnDevice()
override;
38 #endif // INTEGRAL_IMAGE_OP_H_
A global dictionary that holds information about what Caffe2 modules have been loaded in the current ...