-
Notifications
You must be signed in to change notification settings - Fork 5.9k
[Zero-Dim] support input 0D Tensor for unique #49260
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
[Zero-Dim] support input 0D Tensor for unique #49260
Conversation
|
你的PR提交成功,感谢你对开源项目的贡献! |
98219c5 to
ad9bf65
Compare
d140607 to
2e7791d
Compare
c8e513e to
044b3bb
Compare
zhwesky2010
left a comment
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.
测试case需要补充下:
动态图前向、反向(包括out、index、inverse、count、x_grad的shape与具体值的测试)
静态图前向、反向(包括out、index、inverse、count、x_grad的shape与具体值的测试)
da2aa2c to
b8055b2
Compare
zhwesky2010
left a comment
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.
LGTM
PR types
New features
PR changes
APIs
Describe
support input 0D Tensor for unique.