Skip to content
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

[docs] fix paddle.CUDAPlace Parameter error #5261

Merged
merged 16 commits into from
Oct 9, 2022
Merged
2 changes: 1 addition & 1 deletion docs/api/paddle/CUDAPlace_cn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ CUDAPlace
参数
::::::::::::

- **id** (int,可选) - GPU 的设备 ID。如果为 ``None``,则默认会使用 id 为 0 的设备。默认值为 ``None``
- **id** (int) - GPU 的设备 ID。
Ligoml marked this conversation as resolved.
Show resolved Hide resolved

代码示例
::::::::::::
Expand Down
2 changes: 1 addition & 1 deletion docs/api/paddle/take_along_axis_cn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ take_along_axis
返回
:::::::::

- **out** (Tensor) - 输出 Tensor,包含 indeces 矩阵选定的元素,与 ``arr`` 数据类型相同。
输出 Tensor,包含 indeces 矩阵选定的元素,与 ``arr`` 数据类型相同。
Ligoml marked this conversation as resolved.
Show resolved Hide resolved
Ligoml marked this conversation as resolved.
Show resolved Hide resolved

代码示例
:::::::::
Expand Down