|
MLIR 22.0.0git
|
Wrapper around an MlirRegion. More...
#include "Bindings/Python/IRModule.h"
Public Member Functions | |
| PyRegion (PyOperationRef parentOperation, MlirRegion region) | |
| operator MlirRegion () const | |
| MlirRegion | get () |
| PyOperationRef & | getParentOperation () |
| void | checkValid () |
Wrapper around an MlirRegion.
Regions are managed completely by their containing operation. Unlike the C++ API, the python API does not support detached regions.
Definition at line 759 of file IRModule.h.
|
inline |
Definition at line 761 of file IRModule.h.
References mlirRegionIsNull().
|
inline |
Definition at line 770 of file IRModule.h.
|
inline |
Definition at line 767 of file IRModule.h.
|
inline |
Definition at line 768 of file IRModule.h.
|
inline |
Definition at line 765 of file IRModule.h.