MLIR
21.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 798 of file IRModule.h.
|
inline |
Definition at line 800 of file IRModule.h.
References mlirRegionIsNull().
|
inline |
Definition at line 809 of file IRModule.h.
References mlir::python::PyOperation::checkValid().
|
inline |
Definition at line 806 of file IRModule.h.
|
inline |
Definition at line 807 of file IRModule.h.
|
inline |
Definition at line 804 of file IRModule.h.