Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/python/lib/
H A DPythonTestCAPI.h28 MLIR_CAPI_EXPORTED MlirType mlirPythonTestTestTypeGet(MlirContext context);
H A DPythonTestCAPI.cpp29 MlirType mlirPythonTestTestTypeGet(MlirContext context) { in mlirPythonTestTestTypeGet() function
H A DPythonTestModule.cpp40 return cls(mlirPythonTestTestTypeGet(ctx)); in PYBIND11_MODULE()