Sign in
android
/
platform
/
external
/
pytorch
/
5b51ca6808
/
.
/
caffe2
/
operators
/
lengths_pad_op.cu
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