Skip to content

Commit

Permalink
add dist fp16 desc
Browse files Browse the repository at this point in the history
  • Loading branch information
jinyouzhi committed Mar 19, 2023
1 parent 3cb9c7c commit a149b6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api/paddle/dist_cn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ z (4-D Tensor): 8 x 7 x 6 x 5
参数
::::::::::::

- **x** (Tensor) - 1-D 到 6-D Tensor,数据类型为 float32 或 float64。
- **y** (Tensor) - 1-D 到 6-D Tensor,数据类型为 float32 或 float64。
- **x** (Tensor) - 1-D 到 6-D Tensor,数据类型为 float16,float32 或 float64。
- **y** (Tensor) - 1-D 到 6-D Tensor,数据类型为 float16,float32 或 float64。
- **p** (float,可选) - 用于设置需要计算的范数,数据类型为 float32 或 float64。默认值为 2。
- **name** (str,可选) - 具体用法请参见 :ref:`api_guide_Name` ,一般无需设置,默认值为 None。

Expand Down

0 comments on commit a149b6e

Please sign in to comment.