Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir-c/Dialect/
H A DQuant.h192 MLIR_CAPI_EXPORTED double mlirCalibratedQuantizedTypeGetMax(MlirType type);
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dquant.c220 fprintf(stderr, "max: %lf\n", mlirCalibratedQuantizedTypeGetMax(calibrated)); in testCalibratedType()
/llvm-project-15.0.7/mlir/lib/CAPI/Dialect/
H A DQuant.cpp222 double mlirCalibratedQuantizedTypeGetMax(MlirType type) { in mlirCalibratedQuantizedTypeGetMax() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DDialectQuant.cpp301 return mlirCalibratedQuantizedTypeGetMax(type); in populateDialectQuantSubmodule()