-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
【complex op No.36】asin_coo/asin_csr(sparse) #68258
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
@@ -424,7 +428,11 @@ def test_sparse_tanh(self): | |||
self.compare_with_dense(paddle.tanh, paddle.sparse.tanh) | |||
|
|||
def test_sparse_asinh(self): | |||
self.compare_with_dense(paddle.asinh, paddle.sparse.asinh) | |||
self.compare_with_dense(paddle.asin, paddle.sparse.asin, 'float16') |
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.
asin, asinh?
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.
LGTM
@Aoraki-Dream PR冲突了,请merge下develop分支 |
已merge develop分支 |
PR Category
Operator Mechanism
PR Types
New features
Description
add complex support for asin_coo/asin_csr(sparse)