Viewing File: /home/ubuntu/combine_ai/combine/lib/python3.10/site-packages/torch/include/torch/csrc/dynamo/init.h

#pragma once

// C2039 MSVC
#include <pybind11/complex.h>
#include <pybind11/pybind11.h>
#include <torch/csrc/utils/pybind.h>

#include <Python.h>

namespace torch {
namespace dynamo {
void initDynamoBindings(PyObject* torch);
}
} // namespace torch
Back to Directory File Manager