1 #pragma once 2 3 #ifndef TORCH_INDUCTOR_CPP_WRAPPER 4 // All pure C++ headers for the C++ frontend. 5 #include <torch/all.h> 6 #endif 7 8 // Python bindings for the C++ frontend (includes Python.h). 9 #include <torch/python.h> 10