mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
10 lines
165 B
C++
10 lines
165 B
C++
#include "caffe2/operators/do_op.h"
|
|
|
|
#include "caffe2/core/context_gpu.h"
|
|
|
|
namespace caffe2 {
|
|
|
|
REGISTER_CUDA_OPERATOR(Do, DoOp<CUDAContext>);
|
|
|
|
} // namespace caffe2
|