Sign in
android
/
platform
/
external
/
pytorch
/
cdbc20677c
/
.
/
caffe2
/
operators
/
bucketize_op.cu
blob: 1864c08fa6372f4bb7ad418022581aa7befeb4ee [
file
] [
log
] [
blame
]
#include
"caffe2/core/context_gpu.h"
#include
"caffe2/operators/bucketize_op.h"
#include
"caffe2/operators/operator_fallback_gpu.h"
namespace
caffe2
{
REGISTER_CUDA_OPERATOR
(
Bucketize
,
GPUFallbackOp
);
}
// namespace caffe2