Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/CAPI/
H A Dquant.c182 mlirUniformQuantizedPerAxisTypeGetScale(perAxis, 0)); in testUniformPerAxisType()
185 mlirUniformQuantizedPerAxisTypeGetScale(perAxis, 1)); in testUniformPerAxisType()
/llvm-project-15.0.7/mlir/include/mlir-c/Dialect/
H A DQuant.h159 MLIR_CAPI_EXPORTED double mlirUniformQuantizedPerAxisTypeGetScale(MlirType type,
/llvm-project-15.0.7/mlir/lib/CAPI/Dialect/
H A DQuant.cpp181 double mlirUniformQuantizedPerAxisTypeGetScale(MlirType type, intptr_t pos) { in mlirUniformQuantizedPerAxisTypeGetScale() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DDialectQuant.cpp245 double scale = mlirUniformQuantizedPerAxisTypeGetScale(type, i); in populateDialectQuantSubmodule()