Home
last modified time | relevance | path

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

/llvm-project/mlir/test/python/lib/
H A DPythonTestModule.cpp
/llvm-project/mlir/include/mlir-c/Bindings/Python/
H A DInterop.h454 static inline MlirValue mlirPythonCapsuleToValue(PyObject *capsule) { in mlirPythonCapsuleToValue() function
/llvm-project/mlir/include/mlir/Bindings/Python/
H A DPybindAdaptors.h250 value = mlirPythonCapsuleToValue(capsule.ptr());
/llvm-project/mlir/lib/Bindings/Python/
H A DIRCore.cpp2255 MlirValue value = mlirPythonCapsuleToValue(capsule.ptr()); in bindDerived()