xref: /aosp_15_r20/external/pytorch/torch/csrc/autograd/functions/pybind.h (revision da0073e96a02ea20f0ac840b70461e3646d07c45)
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