Sign in
android
/
platform
/
external
/
pytorch
/
db8abde9b6c4735d18d4681a1f70a55ff0b09f5b
/
.
/
caffe2
/
sgd
/
iter_op_gpu.cc
blob: bdc93b994872a42b8698102756bbcaa6f81bd8d5 [
file
] [
log
] [
blame
]
#include
"caffe2/core/context_gpu.h"
#include
"caffe2/sgd/iter_op.h"
namespace
caffe2
{
REGISTER_CUDA_OPERATOR
(
Iter
,
IterOp
<
CUDAContext
>);
REGISTER_CUDA_OPERATOR
(
AtomicIter
,
AtomicIterOp
<
CUDAContext
>);
}
// namespace caffe2