Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir-c/Dialect/
H A DQuant.h173 mlirUniformQuantizedPerAxisTypeIsFixedPoint(MlirType type);
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dquant.c197 mlirUniformQuantizedPerAxisTypeIsFixedPoint(perAxis)); in testUniformPerAxisType()
/llvm-project-15.0.7/mlir/lib/CAPI/Dialect/
H A DQuant.cpp200 bool mlirUniformQuantizedPerAxisTypeIsFixedPoint(MlirType type) { in mlirUniformQuantizedPerAxisTypeIsFixedPoint() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DDialectQuant.cpp277 return mlirUniformQuantizedPerAxisTypeIsFixedPoint(type); in populateDialectQuantSubmodule()