Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/CAPI/
H A Dquant.c71 mlirTypeIsACalibratedQuantizedType(calibrated)); in testTypeHierarchy()
78 mlirTypeIsACalibratedQuantizedType(uniform)); in testTypeHierarchy()
/llvm-project-15.0.7/mlir/include/mlir-c/Dialect/
H A DQuant.h180 MLIR_CAPI_EXPORTED bool mlirTypeIsACalibratedQuantizedType(MlirType type);
/llvm-project-15.0.7/mlir/lib/CAPI/Dialect/
H A DQuant.cpp208 bool mlirTypeIsACalibratedQuantizedType(MlirType type) { in mlirTypeIsACalibratedQuantizedType() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DDialectQuant.cpp286 m, "CalibratedQuantizedType", mlirTypeIsACalibratedQuantizedType, in populateDialectQuantSubmodule()