mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-15 21:00:47 +00:00
6 lines
190 B
C++
6 lines
190 B
C++
#include "caffe2/core/context_gpu.h"
|
|
#include "caffe2/operators/lengths_tile_op.h"
|
|
|
|
namespace caffe2 {
|
|
REGISTER_CUDA_OPERATOR(LengthsTile, LengthsTileOp<CUDAContext>);
|
|
} // namespace caffe2
|