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 763 of file IRModule.h.
|
inline |
Definition at line 765 of file IRModule.h.
References mlirRegionIsNull().
|
inline |
Definition at line 774 of file IRModule.h.
References mlir::python::PyOperation::checkValid().
|
inline |
Definition at line 771 of file IRModule.h.
|
inline |
Definition at line 772 of file IRModule.h.
|
inline |
Definition at line 769 of file IRModule.h.