MLIR
18.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 747 of file IRModule.h.
|
inline |
Definition at line 749 of file IRModule.h.
References mlirRegionIsNull().
|
inline |
Definition at line 758 of file IRModule.h.
References mlir::python::PyOperation::checkValid().
|
inline |
Definition at line 755 of file IRModule.h.
|
inline |
Definition at line 756 of file IRModule.h.
|
inline |
Definition at line 753 of file IRModule.h.