Sign in
android
/
platform
/
external
/
pytorch
/
2c91e13afc6edcfe0a0e6189a88aae4ecbbf3516
/
.
/
caffe2
/
operators
/
sqrt_op_gpu.cc
blob: 7a4ae2d30de0ddb14c96db9dd1d740d0b41c3fdb [
file
] [
log
] [
blame
]
#include
"caffe2/operators/sqrt_op.h"
#include
"caffe2/core/context_gpu.h"
namespace
caffe2
{
REGISTER_CUDA_OPERATOR
(
Sqrt
,
UnaryElementwiseOp
<
TensorTypes
<float>
,
CUDAContext
,
SqrtFunctor
<
CUDAContext
>>);
}
// namespace caffe2