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