|
MLIR 22.0.0git
|
#include "mlir/Bindings/Python/IRCore.h"
Public Member Functions | |
| PyOpOperand (MlirOpOperand opOperand) | |
| nanobind::typed< nanobind::object, PyOpView > | getOwner () const |
| size_t | getOperandNumber () const |
Static Public Member Functions | |
| static void | bind (nanobind::module_ &m) |
|
inline |
|
static |
Definition at line 400 of file IRCore.cpp.
References mlirOpOperandGetOperandNumber().
Referenced by mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::populateIRCore().
| size_t mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyOpOperand::getOperandNumber | ( | ) | const |
Definition at line 396 of file IRCore.cpp.
Referenced by mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyOpOperandIterator::dunderNext().
| nb::typed< nb::object, PyOpView > mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyOpOperand::getOwner | ( | ) | const |
Definition at line 389 of file IRCore.cpp.
References mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyOperationList::dunderLen().