MLIR 23.0.0git
mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyOpAdaptor Class Reference

Base class of operation adaptors. More...

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

Public Member Functions

 PyOpAdaptor (nanobind::list operands, PyOpAttributeMap attributes)
 PyOpAdaptor (nanobind::list operands, PyOpView &opView)

Static Public Member Functions

static void bind (nanobind::module_ &m)

Detailed Description

Base class of operation adaptors.

Definition at line 1833 of file IRCore.h.

Constructor & Destructor Documentation

◆ PyOpAdaptor() [1/2]

mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyOpAdaptor::PyOpAdaptor ( nanobind::list operands,
PyOpAttributeMap attributes )
inline

Definition at line 1835 of file IRCore.h.

◆ PyOpAdaptor() [2/2]

mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyOpAdaptor::PyOpAdaptor ( nanobind::list operands,
PyOpView & opView )
inline

Definition at line 1837 of file IRCore.h.

Member Function Documentation

◆ bind()

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

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