Searched refs:mlirUniformQuantizedTypeIsFixedPoint (Results 1 – 4 of 4) sorted by relevance
136 MLIR_CAPI_EXPORTED bool mlirUniformQuantizedTypeIsFixedPoint(MlirType type);
147 mlirUniformQuantizedTypeIsFixedPoint(uniform)); in testUniformType()
151 bool mlirUniformQuantizedTypeIsFixedPoint(MlirType type) { in mlirUniformQuantizedTypeIsFixedPoint() function
208 [](MlirType type) { return mlirUniformQuantizedTypeIsFixedPoint(type); }, in populateDialectQuantSubmodule()