Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/CAPI/
H A Dquant.c31 MlirType perAxis = mlirTypeParseGet( in testTypeHierarchy() local
41 assert(!mlirTypeIsNull(perAxis) && in testTypeHierarchy()
55 mlirTypeIsAQuantizedType(perAxis)); in testTypeHierarchy()
68 mlirTypeIsAUniformQuantizedPerAxisType(perAxis)); in testTypeHierarchy()
75 mlirTypeIsAUniformQuantizedType(perAxis)); in testTypeHierarchy()
168 MlirType perAxis = mlirUniformQuantizedPerAxisTypeGet( in testUniformPerAxisType() local
179 mlirUniformQuantizedPerAxisTypeGetNumDims(perAxis)); in testUniformPerAxisType()
182 mlirUniformQuantizedPerAxisTypeGetScale(perAxis, 0)); in testUniformPerAxisType()
185 mlirUniformQuantizedPerAxisTypeGetScale(perAxis, 1)); in testUniformPerAxisType()
197 mlirUniformQuantizedPerAxisTypeIsFixedPoint(perAxis)); in testUniformPerAxisType()
[all …]