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