Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir-c/Dialect/
H A DQuant.h136 MLIR_CAPI_EXPORTED bool mlirUniformQuantizedTypeIsFixedPoint(MlirType type);
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dquant.c147 mlirUniformQuantizedTypeIsFixedPoint(uniform)); in testUniformType()
/llvm-project-15.0.7/mlir/lib/CAPI/Dialect/
H A DQuant.cpp151 bool mlirUniformQuantizedTypeIsFixedPoint(MlirType type) { in mlirUniformQuantizedTypeIsFixedPoint() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DDialectQuant.cpp208 [](MlirType type) { return mlirUniformQuantizedTypeIsFixedPoint(type); }, in populateDialectQuantSubmodule()