Lines Matching full:quantized
28 /// Returns the bit flag used to indicate signedness of a quantized type.
31 /// Returns the minimum possible value stored by a quantized type.
35 /// Returns the maximum possible value stored by a quantized type.
39 /// Gets the original type approximated by the given quantized type.
42 /// Gets the flags associated with the given quantized type.
51 /// Returns the minimum value that the storage type of the given quantized type
55 /// Returns the maximum value that the storage type of the given quantized type
59 /// Returns the integral bitwidth that the storage type of the given quantized
65 /// quantized `type`.
69 /// Returns the element type of the given quantized type as another quantized
80 /// Casts from a type based on a quantized type to a corresponding typed based
90 /// Casts from a type based on a quantized type to a corresponding typed based
94 /// Casts from a type based on the expressed type of the given quantized type to
95 /// equivalent type based on storage type of the same quantized type.
129 /// Returns the scale of the given uniform quantized type.
132 /// Returns the zero point of the given uniform quantized type.
135 /// Returns `true` if the given uniform quantized type is fixed-point.
154 /// Returns the number of axes in the given quantized per-axis type.
158 /// Returns `pos`-th scale of the given quantized per-axis type.
162 /// Returns `pos`-th zero point of the given quantized per-axis type.
166 /// Returns the index of the quantized dimension in the given quantized per-axis
171 /// Returns `true` if the given uniform quantized per-axis type is fixed-point.
188 /// Returns the min value of the given calibrated quantized type.
191 /// Returns the max value of the given calibrated quantized type.