Searched refs:mlirQuantizedTypeIsSigned (Results 1 – 4 of 4) sorted by relevance
46 MLIR_CAPI_EXPORTED bool mlirQuantizedTypeIsSigned(MlirType type);
97 fprintf(stderr, "signed: %u\n", mlirQuantizedTypeIsSigned(any)); in testAnyQuantizedType()
50 bool mlirQuantizedTypeIsSigned(MlirType type) { in mlirQuantizedTypeIsSigned() function
53 [](MlirType type) { return mlirQuantizedTypeIsSigned(type); }, in populateDialectQuantSubmodule()