Lines Matching full:quantized
94 /// Generates a quantized multiplier/shift from double.
134 // Weights must be either per-tensor quantized or per-axis quantized. in buildConvOpQuantizationAttr()
136 "Weights must be either per-tensor or per-axis quantized"); in buildConvOpQuantizationAttr()
138 // Either all quantized or all not quantized. in buildConvOpQuantizationAttr()
141 "Inputs and weights must be all quantized or all not quantized"); in buildConvOpQuantizationAttr()
176 // A and B are either all quantized or all not quantized. in buildMatMulOpQuantizationAttr()
178 "Matmul operands must be all quantized or all not quantized"); in buildMatMulOpQuantizationAttr()
205 // Either all quantized or all not quantized. in buildUnaryOpQuantizationAttr()
207 "Unary inputs/outputs must be all quantized or all not quantized"); in buildUnaryOpQuantizationAttr()
237 /// Builds output type for a quantized ConvOp with the right bitwidth.
238 /// This is called by the builder when dealing with quantized content.
286 // At least one is per-axis quantized elementsattr. in buildQTypeFromMinMax()