MLIR 22.0.0git
mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyDialect Class Reference

User-level dialect object. More...

#include "mlir/Bindings/Python/IRCore.h"

Public Member Functions

 PyDialect (nanobind::object descriptor)
nanobind::object getDescriptor ()

Detailed Description

User-level dialect object.

For dialects that have a registered extension, this will be the base class of the extension dialect type. For un-extended, objects of this type will be returned directly.

Definition at line 486 of file IRCore.h.

Constructor & Destructor Documentation

◆ PyDialect()

mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyDialect::PyDialect ( nanobind::object descriptor)
inline

Definition at line 488 of file IRCore.h.

Member Function Documentation

◆ getDescriptor()

nanobind::object mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyDialect::getDescriptor ( )
inline

Definition at line 490 of file IRCore.h.


The documentation for this class was generated from the following file: