Lines Matching full:given

25 /// Returns `true` if the given type is a quantization dialect type.
39 /// Gets the original type approximated by the given quantized type.
42 /// Gets the flags associated with the given quantized type.
45 /// Returns `true` if the given type is signed, `false` otherwise.
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
64 /// Returns `true` if the `candidate` type is compatible with the given
69 /// Returns the element type of the given quantized type as another quantized
74 /// Casts from a type based on the storage type of the given type to a
75 /// corresponding type based on the given type. Returns a null type if the cast
84 /// Casts from a type based on the expressed type of the given type to a
85 /// corresponding type based on the given type. Returns a null type if the cast
94 /// Casts from a type based on the expressed type of the given quantized type to
103 /// Returns `true` if the given type is an AnyQuantizedType.
106 /// Creates an instance of AnyQuantizedType with the given parameters in the
119 /// Returns `true` if the given type is a UniformQuantizedType.
122 /// Creates an instance of UniformQuantizedType with the given parameters in the
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.
142 /// Returns `true` if the given type is a UniformQuantizedPerAxisType.
145 /// Creates an instance of UniformQuantizedPerAxisType with the given parameters
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.
179 /// Returns `true` if the given type is a CalibratedQuantizedType.
182 /// Creates an instance of CalibratedQuantizedType with the given parameters
188 /// Returns the min value of the given calibrated quantized type.
191 /// Returns the max value of the given calibrated quantized type.