MLIR  17.0.0git
Public Member Functions | List of all members
mlir::python::PyBlock Class Reference

Wrapper around an MlirBlock. More...

#include "Bindings/Python/IRModule.h"

Public Member Functions

 PyBlock (PyOperationRef parentOperation, MlirBlock block)
 
MlirBlock get ()
 
PyOperationRefgetParentOperation ()
 
void checkValid ()
 

Detailed Description

Wrapper around an MlirBlock.

Blocks are managed completely by their containing operation. Unlike the C++ API, the python API does not support detached blocks.

Definition at line 754 of file IRModule.h.

Constructor & Destructor Documentation

◆ PyBlock()

mlir::python::PyBlock::PyBlock ( PyOperationRef  parentOperation,
MlirBlock  block 
)
inline

Definition at line 756 of file IRModule.h.

References mlirBlockIsNull().

Member Function Documentation

◆ checkValid()

void mlir::python::PyBlock::checkValid ( )
inline

Definition at line 764 of file IRModule.h.

References mlir::python::PyOperation::checkValid().

◆ get()

MlirBlock mlir::python::PyBlock::get ( )
inline

◆ getParentOperation()

PyOperationRef& mlir::python::PyBlock::getParentOperation ( )
inline

The documentation for this class was generated from the following file: