Sign in
android
/
platform
/
external
/
pytorch
/
f668b7ecb02d881e9585ff2276f7c4f54a323e7d
/
.
/
caffe2
/
operators
/
elementwise_div_op.cc
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