Lines Matching refs:perAxis
31 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()
188 mlirUniformQuantizedPerAxisTypeGetZeroPoint(perAxis, 0)); in testUniformPerAxisType()
191 mlirUniformQuantizedPerAxisTypeGetZeroPoint(perAxis, 1)); in testUniformPerAxisType()
194 mlirUniformQuantizedPerAxisTypeGetQuantizedDimension(perAxis)); in testUniformPerAxisType()
197 mlirUniformQuantizedPerAxisTypeIsFixedPoint(perAxis)); in testUniformPerAxisType()
200 fprintf(stderr, "equal: %d\n", mlirTypeEqual(perAxis, perAxisParsed)); in testUniformPerAxisType()
202 mlirTypeDump(perAxis); in testUniformPerAxisType()