Skip to content

Commit 8c9fed5

Browse files
authored
add complex support for tan_coo/tan_csr(sparse) (#6855)
1 parent 9d7d398 commit 8c9fed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/paddle/sparse/tan_cn.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tan
1414
1515
参数
1616
:::::::::
17-
- **x** (SparseTensor) - 输入的稀疏 Tensor,可以为 Coo 或 Csr 格式,数据类型为 float32、float64。
17+
- **x** (SparseTensor) - 输入的稀疏 Tensor,可以为 Coo 或 Csr 格式,数据类型为 float32、float64、complex64、complex128
1818
- **name** (str,可选) - 具体用法请参见 :ref:`api_guide_Name`,一般无需设置,默认值为 None。
1919

2020
返回

0 commit comments

Comments
 (0)