blob: aed80d1b579f9126e92ced5f6e49294d0759317f [file] [log] [blame]
#pragma once
// C2039 MSVC
#include <pybind11/complex.h>
#include <torch/csrc/utils/pybind.h>
#include <Python.h>
namespace torch {
namespace dynamo {
void initDynamoBindings(PyObject* torch);
}
} // namespace torch