Searched refs:mlirUniformQuantizedTypeGetZeroPoint (Results 1 – 4 of 4) sorted by relevance
133 MLIR_CAPI_EXPORTED int64_t mlirUniformQuantizedTypeGetZeroPoint(MlirType type);
144 mlirUniformQuantizedTypeGetZeroPoint(uniform)); in testUniformType()
147 int64_t mlirUniformQuantizedTypeGetZeroPoint(MlirType type) { in mlirUniformQuantizedTypeGetZeroPoint() function
203 [](MlirType type) { return mlirUniformQuantizedTypeGetZeroPoint(type); }, in populateDialectQuantSubmodule()