blob: e72859c39d53e6f3568222735c91aed77c517029 [file] [log] [blame]
#include "caffe2/operators/elementwise_add_op.h"
namespace caffe2 {
REGISTER_CPU_OPERATOR(
Add,
BinaryElementwiseBroadcastOp<NumericTypes, CPUContext, AddFunctor<CPUContext>>);
} // namespace caffe2