-
Notifications
You must be signed in to change notification settings - Fork 667
New issue
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
atanh module #4960
atanh module #4960
Conversation
WangYizhang01
commented
May 21, 2021
•
edited
Loading
edited
limitations under the License. | ||
""" | ||
import unittest | ||
from collections import OrderedDict |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个PR为什么会改square和sqrt的测试?
from test_util import GenArgList | ||
|
||
|
||
def _test_tan_impl(test_case, shape, device): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
测试样例中缺少对Tensor.xxx方法的测试,Tensor.xxx方法的测试放到test_tensor.py中。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
好的
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use arg_dict[test_fun"]
This reverts commit d726d7b.