Home
last modified time | relevance | path

Searched refs:mlirPythonAttributeToCapsule (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/include/mlir-c/Bindings/Python/
H A DInterop.h180 static inline PyObject *mlirPythonAttributeToCapsule(MlirAttribute attribute) { in mlirPythonAttributeToCapsule() function
/llvm-project/mlir/include/mlir/Bindings/Python/
H A DPybindAdaptors.h99 py::reinterpret_steal<py::object>(mlirPythonAttributeToCapsule(v));
/llvm-project/mlir/lib/Bindings/Python/
H A DIRCore.cpp2170 return nb::steal<nb::object>(mlirPythonAttributeToCapsule(*this)); in walkSymbolTables()