Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir-c/Dialect/
H A DQuant.h57 MLIR_CAPI_EXPORTED int64_t mlirQuantizedTypeGetStorageTypeMax(MlirType type);
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dquant.c111 mlirQuantizedTypeGetStorageTypeMax(any)); in testAnyQuantizedType()
/llvm-project-15.0.7/mlir/lib/CAPI/Dialect/
H A DQuant.cpp62 int64_t mlirQuantizedTypeGetStorageTypeMax(MlirType type) { in mlirQuantizedTypeGetStorageTypeMax() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DDialectQuant.cpp65 [](MlirType type) { return mlirQuantizedTypeGetStorageTypeMax(type); }, in populateDialectQuantSubmodule()