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