MLIR
20.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 766 of file IRModule.h.
|
inline |
Definition at line 768 of file IRModule.h.
References mlirRegionIsNull().
|
inline |
Definition at line 777 of file IRModule.h.
References mlir::python::PyOperation::checkValid().
|
inline |
Definition at line 774 of file IRModule.h.
|
inline |
Definition at line 775 of file IRModule.h.
|
inline |
Definition at line 772 of file IRModule.h.