Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir-c/Bindings/Python/
H A DInterop.h189 static inline MlirAttribute mlirPythonCapsuleToAttribute(PyObject *capsule) { in mlirPythonCapsuleToAttribute() function
/llvm-project/mlir/include/mlir/Bindings/Python/
H A DPybindAdaptors.h94 value = mlirPythonCapsuleToAttribute(capsule.ptr());
/llvm-project/mlir/lib/Bindings/Python/
H A DIRCore.cpp2174 MlirAttribute rawAttr = mlirPythonCapsuleToAttribute(capsule.ptr()); in walkSymbolTables()