Sign in
android
/
platform
/
external
/
pytorch
/
b90a9c7db2bfcbdaf6910f6eefea8618a5cb53cb
/
.
/
caffe2
/
operators
/
if_op_gpu.cc
blob: 6e89812965ecc9b67f40810de189e02f86582510 [
file
] [
log
] [
blame
]
#include
"caffe2/operators/if_op.h"
#include
"caffe2/core/context_gpu.h"
namespace
caffe2
{
REGISTER_CUDA_OPERATOR
(
If
,
IfOp
<
CUDAContext
>);
}
// namespace caffe2