Peter Goldsborough | 1262fba | 2018-01-22 16:49:11 -0800 | [diff] [blame] | 1 | #pragma once |
| 2 | |
Xu Han | 3f3479e | 2023-08-22 11:58:44 +0000 | [diff] [blame] | 3 | #ifndef TORCH_INDUCTOR_CPP_WRAPPER |
Peter Goldsborough | 7b9d755 | 2018-11-05 16:44:45 -0800 | [diff] [blame] | 4 | // All pure C++ headers for the C++ frontend. |
| 5 | #include <torch/all.h> |
Xu Han | 3f3479e | 2023-08-22 11:58:44 +0000 | [diff] [blame] | 6 | #endif |
| 7 | |
Peter Goldsborough | 7b9d755 | 2018-11-05 16:44:45 -0800 | [diff] [blame] | 8 | // Python bindings for the C++ frontend (includes Python.h). |
| 9 | #include <torch/python.h> |