Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/python/lib/
H A DPythonTestCAPI.h24 mlirPythonTestTestAttributeGet(MlirContext context);
H A DPythonTestCAPI.cpp21 MlirAttribute mlirPythonTestTestAttributeGet(MlirContext context) { in mlirPythonTestTestAttributeGet() function
H A DPythonTestModule.cpp33 return cls(mlirPythonTestTestAttributeGet(ctx)); in PYBIND11_MODULE()