1 #pragma once 2 3 // C2039 MSVC 4 #include <pybind11/complex.h> 5 #include <torch/csrc/utils/pybind.h> 6 7 #include <Python.h> 8 9 namespace torch::dynamo { 10 void initDynamoBindings(PyObject* torch); 11 } 12