-
Notifications
You must be signed in to change notification settings - Fork 825
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
RTH_update_op_test #5823
RTH_update_op_test #5823
Conversation
return x.eq(y) | ||
|
||
@autotest(auto_backward=False) | ||
def test_flow_tensor_eq_with_same_random_data(test_case): |
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.
看了一下torch.equal,和我们的语意确实没有对齐,torch.equal是判断两个Tensor是不是完全一样,shape和value,你解决一下吧
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.
好的,OK
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提交吧
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.
好,刚试了下还比较麻烦,先记一下TODO吧,下个pr做
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可以先Merge
CI failed, removing label automerge |
Speed stats:
|
本次提交的单测内容如下:
Flatten相关的天宇已经完成了
To相关的不需要测试