1 #include "caffe2/operators/elementwise_sub_op.h" 3 #include "caffe2/core/context_gpu.h" 7 REGISTER_CUDA_OPERATOR(
9 BinaryElementwiseOp<NumericTypes, CUDAContext, SubFunctor<CUDAContext>>);
10 REGISTER_CUDA_OPERATOR(
12 BinaryElementwiseGradientOp<
15 SubFunctor<CUDAContext>>);
A global dictionary that holds information about what Caffe2 modules have been loaded in the current ...