Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir-c/Bindings/Python/
H A DInterop.h64 #define MLIR_PYTHON_CAPSULE_ATTRIBUTE \ macro
182 MLIR_PYTHON_CAPSULE_ATTRIBUTE, NULL); in mlirPythonAttributeToCapsule()
190 void *ptr = PyCapsule_GetPointer(capsule, MLIR_PYTHON_CAPSULE_ATTRIBUTE); in mlirPythonCapsuleToAttribute()