Searched refs:mlirPythonTypeToCapsule (Results 1 – 3 of 3) sorted by relevance
367 static inline PyObject *mlirPythonTypeToCapsule(MlirType type) { in mlirPythonTypeToCapsule() function
309 py::reinterpret_steal<py::object>(mlirPythonTypeToCapsule(t));
2202 return nb::steal<nb::object>(mlirPythonTypeToCapsule(*this)); in PyConcreteValue()