MLIR 23.0.0git
mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::quant::QuantizedType Struct Reference
Inheritance diagram for mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::quant::QuantizedType:

Static Public Member Functions

static void bindDerived (ClassTy &c)
Static Public Member Functions inherited from mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyConcreteType< QuantizedType >
static MlirType castFrom (PyType &orig)
static void bind (nanobind::module_ &m)
static void bindDerived (ClassTy &m)
 Implemented by derived classes to add methods to the Python subclass.
Static Public Member Functions inherited from mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyType
static PyType createFromCapsule (nanobind::object capsule)
 Creates a PyType from the MlirType wrapped by a capsule.

Static Public Attributes

static constexpr IsAFunctionTy isaFunction = mlirTypeIsAQuantizedType
static constexpr const char * pyClassName = "QuantizedType"
Static Public Attributes inherited from mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyConcreteType< QuantizedType >
static constexpr GetTypeIDFunctionTy getTypeIdFunction
static const MlirStringRef name

Additional Inherited Members

Public Types inherited from mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyConcreteType< QuantizedType >
using ClassTy
using IsAFunctionTy
using GetTypeIDFunctionTy
using Base
Public Member Functions inherited from mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyConcreteType< QuantizedType >
 PyConcreteType ()=default
Public Member Functions inherited from mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyType
 PyType (PyMlirContextRef contextRef, MlirType type)
bool operator== (const PyType &other) const
 operator MlirType () const
MlirType get () const
nanobind::object getCapsule ()
 Gets a capsule wrapping the void* within the MlirType.
nanobind::typed< nanobind::object, PyTypemaybeDownCast ()
Public Member Functions inherited from mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::BaseContextObject
 BaseContextObject (PyMlirContextRef ref)
PyMlirContextRefgetContext ()
 Accesses the context reference.

Detailed Description

Definition at line 30 of file DialectQuant.cpp.

Member Function Documentation

◆ bindDerived()

Member Data Documentation

◆ isaFunction

IsAFunctionTy mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::quant::QuantizedType::isaFunction = mlirTypeIsAQuantizedType
staticconstexpr

Definition at line 31 of file DialectQuant.cpp.

◆ pyClassName

const char* mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::quant::QuantizedType::pyClassName = "QuantizedType"
staticconstexpr

Definition at line 32 of file DialectQuant.cpp.


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