Searched refs:mlirQuantizedTypeGetFlags (Results 1 – 4 of 4) sorted by relevance
43 MLIR_CAPI_EXPORTED unsigned mlirQuantizedTypeGetFlags(MlirType type);
95 fprintf(stderr, "flags: %u\n", mlirQuantizedTypeGetFlags(any)); in testAnyQuantizedType()
46 unsigned mlirQuantizedTypeGetFlags(MlirType type) { in mlirQuantizedTypeGetFlags() function
48 "flags", [](MlirType type) { return mlirQuantizedTypeGetFlags(type); }, in populateDialectQuantSubmodule()