-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
【complex op No.50】tan_coo/tan_csr(sparse) #67885
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
中间分支提交历史混乱,修改之后重新提交pr,请老师检查 @luotao1 @zhiminzhang0830 |
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
@@ -91,7 +91,7 @@ def tan(x: Tensor, name: str | None = None) -> Tensor: | |||
out = tan(x) | |||
|
|||
Parameters: | |||
x (Tensor): The input Sparse Tensor with data type float32, float64. | |||
x (Tensor): The input Sparse Tensor with data type float32, float64, complex64, complex128. |
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.
请对应更新下 docs repo的中文文档。
hi, @Aoraki-Dream
|
PR Category
Operator Mechanism
PR Types
New features
Description
add complex support for tan_coo/tan_csr in sparse