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