Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Tosa/Utils/
DQuantUtils.cpp128 int64_t weightZp = 0; in buildConvOpQuantizationAttr() local
131 weightZp = weightPerTensorQType.getZeroPoint(); in buildConvOpQuantizationAttr()
133 weightZp = weightPerAxisQType.getZeroPoints().front(); in buildConvOpQuantizationAttr()
137 builder.getI32IntegerAttr(inputZp), builder.getI32IntegerAttr(weightZp), in buildConvOpQuantizationAttr()