|
MLIR 23.0.0git
|
#include <cstddef>#include <optional>#include <sstream>#include <utility>#include <vector>#include "Globals.h"#include "NanobindUtils.h"#include "mlir-c/AffineExpr.h"#include "mlir-c/AffineMap.h"#include "mlir-c/BuiltinAttributes.h"#include "mlir-c/Debug.h"#include "mlir-c/Diagnostics.h"#include "mlir-c/ExtensibleDialect.h"#include "mlir-c/IR.h"#include "mlir-c/IntegerSet.h"#include "mlir-c/Support.h"#include "mlir-c/Transforms.h"#include "mlir/Bindings/Python/Nanobind.h"#include "mlir/Bindings/Python/NanobindAdaptors.h"Go to the source code of this file.
Namespaces | |
| namespace | mlir |
| Include the generated interface declarations. | |
| namespace | mlir::python |
| namespace | mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN |
| namespace | mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyDynamicOpTraits |
| namespace | nanobind |
| namespace | nanobind::detail |
Typedefs | |
| using | mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyMlirContextRef = PyObjectRef<PyMlirContext> |
| Wrapper around MlirContext. | |
| using | mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyModuleRef = PyObjectRef<PyModule> |
| using | mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyOperationRef = PyObjectRef<PyOperation> |