blob: b34236018afb2c31db2960fa92e5d4694f0dafc0 [file] [log] [blame]
#include "caffe2/core/context_gpu.h"
#include "caffe2/operators/filler_op.h"
#include "caffe2/operators/operator_fallback_gpu.h"
namespace caffe2 {
REGISTER_CUDA_OPERATOR(
LengthsRangeFill,
GPUFallbackOp<LengthsRangeFillOp<CPUContext>>);
}