Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir-c/Dialect/
H A DQuant.h40 MLIR_CAPI_EXPORTED MlirType mlirQuantizedTypeGetExpressedType(MlirType type);
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dquant.c104 mlirTypeDump(mlirQuantizedTypeGetExpressedType(any)); in testAnyQuantizedType()
/llvm-project-15.0.7/mlir/lib/CAPI/Dialect/
H A DQuant.cpp42 MlirType mlirQuantizedTypeGetExpressedType(MlirType type) { in mlirQuantizedTypeGetExpressedType() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DDialectQuant.cpp45 [](MlirType type) { return mlirQuantizedTypeGetExpressedType(type); }, in populateDialectQuantSubmodule()