blob: 7b2c2cf2e1055e6648c4669353f0ec865507d12c [file] [log] [blame]
#include "caffe2/operators/lengths_pad_op.h"
#include "caffe2/core/context_gpu.h"
namespace caffe2 {
REGISTER_CUDA_OPERATOR(LengthsPad, LengthsPadOp<CUDAContext>);
} // namespace caffe2