Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/Bindings/Python/
DInterop.h77 static inline PyObject *mlirPythonAttributeToCapsule(MlirAttribute attribute) { in mlirPythonAttributeToCapsule() function
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp1120 return py::reinterpret_steal<py::object>(mlirPythonAttributeToCapsule(*this)); in getCapsule()