• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #pragma once
2 
3 namespace at {
4 struct TensorIteratorBase;
5 
6 namespace native {
7 
8 void direct_copy_kernel_cuda(TensorIteratorBase &iter);
9 
10 }}  // namespace at::native
11