blob: 6cd59a485fff27abee04307e83df8c3e1d931a79 [file] [log] [blame]
#include "caffe2/core/context_gpu.h"
#include "caffe2/operators/im2col_op.h"
namespace caffe2 {
namespace {
REGISTER_CUDA_OPERATOR(Im2Col, Im2ColOp<float, CUDAContext>);
REGISTER_CUDA_OPERATOR(Col2Im, Col2ImOp<float, CUDAContext>);
} // namespace
} // namespace caffe2