Sign in
android
/
platform
/
external
/
pytorch
/
f23f21dafe
/
.
/
caffe2
/
operators
/
elementwise_div_op.cc
blob: 7ee94023699421d324114b1b1630a24333824a73 [
file
] [
log
] [
blame
]
#include
"caffe2/operators/elementwise_div_op.h"
namespace
caffe2
{
REGISTER_CPU_OPERATOR
(
Div
,
BinaryElementwiseBroadcastOp
<
NumericTypes
,
CPUContext
,
DivFunctor
<
CPUContext
>>);
}
// namespace caffe2