1 #pragma once 2 3 #include <pybind11/pybind11.h> 4 #include <pybind11/stl.h> 5 #include <torch/csrc/python_headers.h> 6 #include <torch/csrc/utils/pybind.h> 7 8 #include <torch/csrc/autograd/python_cpp_function.h> 9 #include <torch/csrc/autograd/python_function.h> 10 11 namespace py = pybind11; 12 13 namespace pybind11 { 14 namespace detail {} 15 } // namespace pybind11 16