You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* scale, zeropt can be either scalar or tensor with matching number of dimensions for e.g. channel-wise quantization.
* bitwidth may be specified as float32 for convenience, but must still represent a positive integer.
<dd>The zero-point, either as a global scalar or with a shape matching the number of dimensions of the X tensor</dd>
36
+
<dt><tt>bitwidth</tt> : int32, float32</dt>
37
+
<dd>The number of bits used by the quantization, must be a positive integer. If float32 dtype is used for convenience, it must still represent an positive integer number of bits.</dd>
0 commit comments