MLIR 24.0.0git
mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyMemoryEffectInstance Class Reference

A memory effect instance. More...

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

Public Member Functions

 PyMemoryEffectInstance (MlirMemoryEffectInstance instance)
 PyMemoryEffectInstance (PyMemoryEffectInstance &&other) noexcept
 ~PyMemoryEffectInstance ()
MlirMemoryEffectInstance get () const

Detailed Description

A memory effect instance.

Definition at line 162 of file IRInterfaces.h.

Constructor & Destructor Documentation

◆ PyMemoryEffectInstance() [1/2]

mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyMemoryEffectInstance::PyMemoryEffectInstance ( MlirMemoryEffectInstance instance)
inlineexplicit

Definition at line 164 of file IRInterfaces.h.

Referenced by PyMemoryEffectInstance().

◆ PyMemoryEffectInstance() [2/2]

mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyMemoryEffectInstance::PyMemoryEffectInstance ( PyMemoryEffectInstance && other)
inlinenoexcept

Definition at line 166 of file IRInterfaces.h.

References PyMemoryEffectInstance().

◆ ~PyMemoryEffectInstance()

mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyMemoryEffectInstance::~PyMemoryEffectInstance ( )
inline

Definition at line 170 of file IRInterfaces.h.

References mlirMemoryEffectInstanceDestroy().

Member Function Documentation

◆ get()

MlirMemoryEffectInstance mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyMemoryEffectInstance::get ( ) const
inline

Definition at line 175 of file IRInterfaces.h.


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