Skip to content

Commit

Permalink
【Hackathon 7th No.18】为稀疏计算添加复数支持 (#6889)
Browse files Browse the repository at this point in the history
  • Loading branch information
NKNaN authored Sep 24, 2024
1 parent fef5c95 commit 3951a58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/api/paddle/sparse/add_cn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ add

参数
:::::::::
- **x** (Tensor) - 输入的 Tensor,数据类型为 float32、float64、int32 或 int64
- **y** (Tensor) - 输入的 Tensor,数据类型为 float32、float64、int32 或 int64
- **x** (Tensor) - 输入的 Tensor,数据类型为 float32、float64、int32、int64、complex64complex128
- **y** (Tensor) - 输入的 Tensor,数据类型为 float32、float64、int32、int64、complex64complex128
- **name** (str,可选) - 具体用法请参见 :ref:`api_guide_Name`,一般无需设置,默认值为 None。

返回
Expand Down
4 changes: 2 additions & 2 deletions docs/api/paddle/sparse/subtract_cn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ subtract

参数
:::::::::
- **x** (Tensor) - 输入的 Tensor,数据类型为 float32、float64、int32 或 int64
- **y** (Tensor) - 输入的 Tensor,数据类型为 float32、float64、int32 或 int64
- **x** (Tensor) - 输入的 Tensor,数据类型为 float32、float64、int32、int64、complex64complex128
- **y** (Tensor) - 输入的 Tensor,数据类型为 float32、float64、int32、int64、complex64complex128
- **name** (str,可选) - 具体用法请参见 :ref:`api_guide_Name`,一般无需设置,默认值为 None。

返回
Expand Down

0 comments on commit 3951a58

Please sign in to comment.