We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f58bba7 commit 36fa73dCopy full SHA for 36fa73d
qtorch/number.py
@@ -20,7 +20,7 @@ class FixedPoint(Number):
20
Numbers outside of the representable range can be clamped
21
(if `clamp` is true).
22
We can also give up the smallest representable number to make the range
23
- symmetric, :math:`[-2^{wl-fl-1}^{-fl}, 2^{wl-fl-1}-2^{-fl}]`. (if `symmetric` is true).
+ symmetric, :math:`[-2^{wl-fl-1}+2^{-fl}, 2^{wl-fl-1}-2^{-fl}]`. (if `symmetric` is true).
24
25
Define :math:`\lfloor x \rfloor` to be the largest representable number (multiples of :math:`2^{-fl}`) smaller than :math:`x`.
26
For numbers within the representable range, fixed point quantizatio corresponds to
0 commit comments