• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #ifndef THCP_H
2 #define THCP_H
3 
4 #include <torch/csrc/THP.h>
5 #include <torch/csrc/cuda/Event.h>
6 #include <torch/csrc/cuda/Module.h>
7 #include <torch/csrc/cuda/Stream.h>
8 #include <torch/csrc/python_headers.h>
9 
10 #endif
11