Home
last modified time | relevance | path

Searched refs:mlirUniformQuantizedTypeGetScale (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir-c/Dialect/
H A DQuant.h130 MLIR_CAPI_EXPORTED double mlirUniformQuantizedTypeGetScale(MlirType type);
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dquant.c141 fprintf(stderr, "scale: %lf\n", mlirUniformQuantizedTypeGetScale(uniform)); in testUniformType()
/llvm-project-15.0.7/mlir/lib/CAPI/Dialect/
H A DQuant.cpp143 double mlirUniformQuantizedTypeGetScale(MlirType type) { in mlirUniformQuantizedTypeGetScale() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DDialectQuant.cpp198 [](MlirType type) { return mlirUniformQuantizedTypeGetScale(type); }, in populateDialectQuantSubmodule()