Sign in
android
/
platform
/
external
/
pytorch
/
b90a9c7db2bfcbdaf6910f6eefea8618a5cb53cb
/
.
/
caffe2
/
operators
/
sqr_op_gpu.cc
blob: 6f7ed8e5aa63f97c339f6ce18c3a8200965fbc41 [
file
] [
log
] [
blame
]
#include
"caffe2/operators/sqr_op.h"
#include
"caffe2/core/context_gpu.h"
namespace
caffe2
{
REGISTER_CUDA_OPERATOR
(
Sqr
,
UnaryElementwiseOp
<
TensorTypes
<float>
,
CUDAContext
,
SqrFunctor
<
CUDAContext
>>);
}
// namespace caffe2