Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir-c/Bindings/Python/
H A DInterop.h367 static inline PyObject *mlirPythonTypeToCapsule(MlirType type) { in mlirPythonTypeToCapsule() function
/llvm-project/mlir/include/mlir/Bindings/Python/
H A DPybindAdaptors.h309 py::reinterpret_steal<py::object>(mlirPythonTypeToCapsule(t));
/llvm-project/mlir/lib/Bindings/Python/
H A DIRCore.cpp2202 return nb::steal<nb::object>(mlirPythonTypeToCapsule(*this)); in PyConcreteValue()