Searched refs:mlirPythonTestTestTypeGet (Results 1 – 3 of 3) sorted by relevance
28 MLIR_CAPI_EXPORTED MlirType mlirPythonTestTestTypeGet(MlirContext context);
29 MlirType mlirPythonTestTestTypeGet(MlirContext context) { in mlirPythonTestTestTypeGet() function
40 return cls(mlirPythonTestTestTypeGet(ctx)); in PYBIND11_MODULE()