MLIR 22.0.0git
mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyOpOperand Class Reference

#include "mlir/Bindings/Python/IRCore.h"

Public Member Functions

 PyOpOperand (MlirOpOperand opOperand)
nanobind::typed< nanobind::object, PyOpViewgetOwner () const
size_t getOperandNumber () const

Static Public Member Functions

static void bind (nanobind::module_ &m)

Detailed Description

Definition at line 1491 of file IRCore.h.

Constructor & Destructor Documentation

◆ PyOpOperand()

mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyOpOperand::PyOpOperand ( MlirOpOperand opOperand)
inline

Definition at line 1493 of file IRCore.h.

Member Function Documentation

◆ bind()

void mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyOpOperand::bind ( nanobind::module_ & m)
static

◆ getOperandNumber()

size_t mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyOpOperand::getOperandNumber ( ) const

◆ getOwner()

nb::typed< nb::object, PyOpView > mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyOpOperand::getOwner ( ) const

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