MLIR  19.0.0git
Public Member Functions | List of all members
mlir::python::PyDialect Class Reference

User-level dialect object. More...

#include "Bindings/Python/IRModule.h"

Public Member Functions

 PyDialect (pybind11::object descriptor)
 
pybind11::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 470 of file IRModule.h.

Constructor & Destructor Documentation

◆ PyDialect()

mlir::python::PyDialect::PyDialect ( pybind11::object  descriptor)
inline

Definition at line 472 of file IRModule.h.

Member Function Documentation

◆ getDescriptor()

pybind11::object mlir::python::PyDialect::getDescriptor ( )
inline

Definition at line 474 of file IRModule.h.


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