Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir-c/Dialect/
H A DQuant.h46 MLIR_CAPI_EXPORTED bool mlirQuantizedTypeIsSigned(MlirType type);
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dquant.c97 fprintf(stderr, "signed: %u\n", mlirQuantizedTypeIsSigned(any)); in testAnyQuantizedType()
/llvm-project-15.0.7/mlir/lib/CAPI/Dialect/
H A DQuant.cpp50 bool mlirQuantizedTypeIsSigned(MlirType type) { in mlirQuantizedTypeIsSigned() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DDialectQuant.cpp53 [](MlirType type) { return mlirQuantizedTypeIsSigned(type); }, in populateDialectQuantSubmodule()