#include "caffe2/operators/elementwise_sub_op.h" #include "caffe2/core/context_gpu.h" namespace caffe2 { REGISTER_CUDA_OPERATOR( Sub, BinaryElementwiseOp>); REGISTER_CUDA_OPERATOR( SubGradient, BinaryElementwiseGradientOp< NumericTypes, CUDAContext, SubFunctor>); } // namespace caffe2