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