|
MLIR 22.0.0git
|
#include <cstdint>#include <optional>#include <string>#include <string_view>#include <utility>#include "mlir-c/BuiltinAttributes.h"#include "mlir-c/BuiltinTypes.h"#include "mlir/Bindings/Python/IRAttributes.h"#include "mlir/Bindings/Python/IRCore.h"#include "mlir/Bindings/Python/Nanobind.h"#include "mlir/Bindings/Python/NanobindAdaptors.h"#include "mlir/Bindings/Python/NanobindUtils.h"#include "llvm/ADT/ScopeExit.h"#include "llvm/Support/raw_ostream.h"Go to the source code of this file.
Namespaces | |
| namespace | mlir |
| Include the generated interface declarations. | |
| namespace | mlir::python |
| namespace | mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN |
Macros | |
| #define | Py_IsFinalizing _Py_IsFinalizing |
Functions | |
| nb::object | mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::denseArrayAttributeCaster (PyAttribute &pyAttribute) |
| nb::object | mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::denseIntOrFPElementsAttributeCaster (PyAttribute &pyAttribute) |
| nb::object | mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::integerOrBoolAttributeCaster (PyAttribute &pyAttribute) |
| nb::object | mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::symbolRefOrFlatSymbolRefAttributeCaster (PyAttribute &pyAttribute) |
| void | mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::populateIRAttributes (nb::module_ &m) |
Variables | |
| static const char | kDenseElementsAttrGetDocstring [] |
| static const char | kDenseElementsAttrGetFromListDocstring [] |
| static const char | kDenseResourceElementsAttrGetFromBufferDocstring [] |
| #define Py_IsFinalizing _Py_IsFinalizing |
Definition at line 1032 of file IRAttributes.cpp.
Referenced by mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyDenseResourceElementsAttribute::getFromBuffer().
|
static |
Definition at line 36 of file IRAttributes.cpp.
Referenced by mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyDenseElementsAttribute::bindDerived().
|
static |
Definition at line 78 of file IRAttributes.cpp.
Referenced by mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyDenseElementsAttribute::bindDerived().
|
static |
Definition at line 99 of file IRAttributes.cpp.
Referenced by mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyDenseResourceElementsAttribute::bindDerived().