Sign in
android
/
platform
/
external
/
pytorch
/
aec09eeb3a570bb79c642e8ae540b3981e7d69cd
/
.
/
caffe2
/
operators
/
do_op_gpu.cc
blob: 1f7b7b11813656488d2133a21f059c255a8a9238 [
file
] [
log
] [
blame
]
#include
"caffe2/operators/do_op.h"
#include
"caffe2/core/context_gpu.h"
namespace
caffe2
{
REGISTER_CUDA_OPERATOR
(
Do
,
DoOp
<
CUDAContext
>);
}
// namespace caffe2