We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d8bdfd commit cc24e29Copy full SHA for cc24e29
docs/api/paddle/cuda/get_device_capability_cn.rst
@@ -9,7 +9,7 @@ get_device_capability
9
10
参数
11
::::::::::::
12
- - **device** (int|str|paddle.Place|None) - 设备、设备的 id 或设备的字符串名称,如 ``npu:x``,从中获取设备的属性。如果设备为 None,则该设备为当前设备。
+ - **device** (int|str|paddle.Place|None) - 设备、设备的 id 或设备的字符串名称,如 ``npu:x``,从中获取设备的属性。如果输入为 None,则该设备为当前设备。
13
14
返回
15
docs/api/paddle/device/get_device_capability_cn.rst
- - **device** (int|str|paddle.Place|None) - 设备、设备的 id 或设备的字符串名称,如 npu:x',从中获取设备的属性。如果设备为 None,则该设备为当前设备。
+ - **device** (int|str|paddle.Place|None) - 设备、设备的 id 或设备的字符串名称,如 npu:x',从中获取设备的属性。如果输入 None,则该设备为当前设备。
0 commit comments