Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir-c/Bindings/Python/
H A DInterop.h235 mlirPythonDialectRegistryToCapsule(MlirDialectRegistry registry) { in mlirPythonDialectRegistryToCapsule() function
/llvm-project/mlir/include/mlir/Bindings/Python/
H A DPybindAdaptors.h150 mlirPythonDialectRegistryToCapsule(v));
/llvm-project/mlir/lib/Bindings/Python/
H A DIRCore.cpp1081 return nb::steal<nb::object>(mlirPythonDialectRegistryToCapsule(*this)); in PyModule()