|
| class | pure_subclass |
| | Provides a facility like nanobind::class_ for defining a new class in a scope, but this allows extension of an arbitrary Python class, defining methods on it is a similar way. More...
|
| |
| class | mlir_attribute_subclass |
| | Creates a custom subclass of mlir.ir.Attribute, implementing a casting constructor and type checking methods. More...
|
| |
| class | mlir_type_subclass |
| | Creates a custom subclass of mlir.ir.Type, implementing a casting constructor and type checking methods. More...
|
| |
| class | mlir_value_subclass |
| | Creates a custom subclass of mlir.ir.Value, implementing a casting constructor and type checking methods. More...
|
| |