blob: 72cdd42887ff8cdd31c8104fef6fbdd185a9d0a8 [file] [log] [blame]
#include "caffe2/operators/elementwise_add_op.h"
namespace caffe2 {
// NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables)
REGISTER_CPU_OPERATOR(
Add,
BinaryElementwiseOp<NumericTypes, CPUContext, AddFunctor<CPUContext>>);
} // namespace caffe2