Sign in
android
/
platform
/
external
/
pytorch
/
470f8fb9e55f2083f1053ed75e27768cdaf2747b
/
.
/
caffe2
/
operators
/
exp_op_gpu.cc
blob: 0b79a61430784a184cdb6f6d4e6765a809525c35 [
file
] [
log
] [
blame
]
#include
"caffe2/operators/exp_op.h"
#include
"caffe2/core/context_gpu.h"
namespace
caffe2
{
REGISTER_CUDA_OPERATOR
(
Exp
,
UnaryElementwiseOp
<
TensorTypes
<float>
,
CUDAContext
,
ExpFunctor
<
CUDAContext
>>);
}
// namespace caffe2