Sign in
android
/
platform
/
external
/
pytorch
/
b90a9c7db2bfcbdaf6910f6eefea8618a5cb53cb
/
.
/
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