Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir-c/Bindings/Python/
H A DInterop.h275 static inline PyObject *mlirPythonTypeToCapsule(MlirType type) { in mlirPythonTypeToCapsule() function
/llvm-project-15.0.7/mlir/include/mlir/Bindings/Python/
H A DPybindAdaptors.h233 py::reinterpret_steal<py::object>(mlirPythonTypeToCapsule(t));
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp1678 return py::reinterpret_steal<py::object>(mlirPythonTypeToCapsule(*this)); in getCapsule()