blob: b385606e3a8263b8c8b8075b68f53fdcd55b25fd [file] [log] [blame]
#include "caffe2/operators/elementwise_mul_op.h"
namespace caffe2 {
REGISTER_CPU_OPERATOR(
Mul,
BinaryElementwiseBroadcastOp<NumericTypes, CPUContext, MulFunctor<CPUContext>>);
} // namespace caffe2