Sign in
android
/
platform
/
external
/
pytorch
/
aec09eeb3a570bb79c642e8ae540b3981e7d69cd
/
.
/
caffe2
/
operators
/
negative_op_gpu.cc
blob: dffc947eff67555c8a0c9baffed0a87b5ee7502a [
file
] [
log
] [
blame
]
#include
"caffe2/operators/negative_op.h"
#include
"caffe2/core/context_gpu.h"
namespace
caffe2
{
REGISTER_CUDA_OPERATOR
(
Negative
,
UnaryElementwiseOp
<
NumericTypes
,
CUDAContext
,
NegativeFunctor
<
CUDAContext
>>);
}
// namespace caffe2