17 #ifndef SPATIAL_NARROW_AS_OP_H_ 18 #define SPATIAL_NARROW_AS_OP_H_ 20 #include "caffe2/core/context.h" 21 #include "caffe2/core/logging.h" 22 #include "caffe2/core/operator.h" 23 #include "caffe2/utils/math.h" 27 template <
class Context>
32 USE_OPERATOR_CONTEXT_FUNCTIONS;
34 bool RunOnDevice()
override {
36 CAFFE_NOT_IMPLEMENTED;
44 template <
class Context>
49 USE_OPERATOR_CONTEXT_FUNCTIONS;
51 bool RunOnDevice()
override {
53 CAFFE_NOT_IMPLEMENTED;
63 #endif // SPATIAL_NARROW_AS_OP_H_
Workspace is a class that holds all the related objects created during runtime: (1) all blobs...
A global dictionary that holds information about what Caffe2 modules have been loaded in the current ...