Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/CAPI/
H A Dquant.c188 mlirUniformQuantizedPerAxisTypeGetZeroPoint(perAxis, 0)); in testUniformPerAxisType()
191 mlirUniformQuantizedPerAxisTypeGetZeroPoint(perAxis, 1)); in testUniformPerAxisType()
/llvm-project-15.0.7/mlir/include/mlir-c/Dialect/
H A DQuant.h164 mlirUniformQuantizedPerAxisTypeGetZeroPoint(MlirType type, intptr_t pos);
/llvm-project-15.0.7/mlir/lib/CAPI/Dialect/
H A DQuant.cpp187 int64_t mlirUniformQuantizedPerAxisTypeGetZeroPoint(MlirType type, in mlirUniformQuantizedPerAxisTypeGetZeroPoint() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DDialectQuant.cpp260 mlirUniformQuantizedPerAxisTypeGetZeroPoint(type, i); in populateDialectQuantSubmodule()