blob: 73f0b23f7d1da72e727768cda21157d72721ea4c [file] [log] [blame]
#include "caffe2/operators/elementwise_div_op.h"
namespace caffe2 {
REGISTER_CPU_OPERATOR(
Div,
BinaryElementwiseOp<NumericTypes, CPUContext, DivFunctor<CPUContext>>);
} // namespace caffe2