Sign in
android
/
platform
/
external
/
pytorch
/
b90a9c7db2bfcbdaf6910f6eefea8618a5cb53cb
/
.
/
caffe2
/
operators
/
im2col_op_gpu.cc
blob: ebfec0f19875128ef7be18d67bcc434b21f45502 [
file
] [
log
] [
blame
]
#include
"caffe2/core/context_gpu.h"
#include
"caffe2/operators/im2col_op.h"
namespace
caffe2
{
REGISTER_CUDA_OPERATOR
(
Im2Col
,
Im2ColOp
<
float
,
CUDAContext
>);
REGISTER_CUDA_OPERATOR
(
Col2Im
,
Col2ImOp
<
float
,
CUDAContext
>);
}
// namespace caffe2