Sign in
android
/
platform
/
external
/
pytorch
/
aec09eeb3a570bb79c642e8ae540b3981e7d69cd
/
.
/
caffe2
/
operators
/
elementwise_mul_op.cc
blob: a55112a4b7c467a8f48f1ceee829e7ba1b9c3952 [
file
] [
log
] [
blame
]
#include
"caffe2/operators/elementwise_mul_op.h"
namespace
caffe2
{
REGISTER_CPU_OPERATOR
(
Mul
,
BinaryElementwiseOp
<
NumericTypes
,
CPUContext
,
MulFunctor
<
CPUContext
>>);
}
// namespace caffe2