1#include <pybind11/pybind11.h>
2#include <torch/csrc/utils/pybind.h>
3
4namespace torch {
5namespace functorch {
6namespace impl {
7
8void initFuncTorchBindings(PyObject* module);
9
10}
11} // namespace functorch
12} // namespace torch
13