blob: 294105ad79d8059e56d809bb1cdcaa5b3771701c [file] [log] [blame]
#include "caffe2/operators/elementwise_sub_op.h"
namespace caffe2 {
// NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables)
REGISTER_CPU_OPERATOR(
Sub,
BinaryElementwiseOp<NumericTypes, CPUContext, SubFunctor<CPUContext>>);
} // namespace caffe2