blob: f906883a183bfe45678cc80ed41988720486cb94 [file] [log] [blame]
#include "caffe2/operators/elementwise_sub_op.h"
namespace caffe2 {
REGISTER_CPU_OPERATOR(
Sub,
BinaryElementwiseOp<NumericTypes, CPUContext, SubFunctor<CPUContext>>);
} // namespace caffe2