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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mac paddle 2.2.2
a = paddle.rand([3, 4]) b = paddle.rand([3, 4])
print(paddle.add(a, b))
more accurate results
not accurate enough
NA
The text was updated successfully, but these errors were encountered:
No branches or pull requests
bug复现环境(bug reproduction environment)
Mac
paddle 2.2.2
bug复现步骤及最小代码集(Bug reproduction steps and minimal code set)
a = paddle.rand([3, 4])
b = paddle.rand([3, 4])
print(paddle.add(a, b))
期望结果(Desired result)
more accurate results
实际结果(actual result)
not accurate enough
其他补充
NA
The text was updated successfully, but these errors were encountered: