diff options
Diffstat (limited to 'mlir/test/python/lib/PythonTestCAPI.h')
| -rw-r--r-- | mlir/test/python/lib/PythonTestCAPI.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mlir/test/python/lib/PythonTestCAPI.h b/mlir/test/python/lib/PythonTestCAPI.h index 90c5d4a383f9..5f1ed3a5b2ad 100644 --- a/mlir/test/python/lib/PythonTestCAPI.h +++ b/mlir/test/python/lib/PythonTestCAPI.h @@ -27,6 +27,8 @@ MLIR_CAPI_EXPORTED bool mlirTypeIsAPythonTestTestType(MlirType type); MLIR_CAPI_EXPORTED MlirType mlirPythonTestTestTypeGet(MlirContext context); +MLIR_CAPI_EXPORTED MlirTypeID mlirPythonTestTestTypeGetTypeID(void); + MLIR_CAPI_EXPORTED bool mlirTypeIsAPythonTestTestTensorValue(MlirValue value); #ifdef __cplusplus |
