We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
QuantTensor
__truediv__
NaN
Spotted while working on #740. The following branch:
if self.is_zero_zero_point(self) and self.is_zero_zero_point(other): output_zero_point = self.zero_point / other.zero_point
Ensures that the output always has a NaN zero point (i.e., 0 / 0 = NaN). I assume we would like the output zero point to also be zero.
0 / 0 = NaN
The text was updated successfully, but these errors were encountered:
Closed by #768.
Sorry, something went wrong.
No branches or pull requests
Spotted while working on #740. The following branch:
Ensures that the output always has a
NaN
zero point (i.e.,0 / 0 = NaN
). I assume we would like the output zero point to also be zero.The text was updated successfully, but these errors were encountered: