forked from mindspore-Ecosystem/mindspore
fix table.
This commit is contained in:
parent
bf0142ae4b
commit
fa6c4cc269
|
@ -15,9 +15,9 @@ MindSpore上下文,用于配置当前执行环境,包括执行模式、执
|
|||
某些配置适用于特定的设备,有关详细信息,请参见下表:
|
||||
|
||||
+-------------------------+------------------------------+----------------------------+
|
||||
| Function Classification | Configuration Parameters | Hardware Platform Support|
|
||||
| 功能分类 | 配置参数 | 硬件平台支持 |
|
||||
+=========================+==============================+============================+
|
||||
| System Configuration | device_id | CPU/GPU/Ascend |
|
||||
| 系统配置 | device_id | CPU/GPU/Ascend |
|
||||
| +------------------------------+----------------------------+
|
||||
| | device_target | CPU/GPU/Ascend |
|
||||
| +------------------------------+----------------------------+
|
||||
|
@ -25,7 +25,7 @@ MindSpore上下文,用于配置当前执行环境,包括执行模式、执
|
|||
| +------------------------------+----------------------------+
|
||||
| | variable_memory_max_size | Ascend |
|
||||
+-------------------------+------------------------------+----------------------------+
|
||||
| Debug Configuration | save_graphs | CPU/GPU/Ascend |
|
||||
| 调试配置 | save_graphs | CPU/GPU/Ascend |
|
||||
| +------------------------------+----------------------------+
|
||||
| | save_graphs_path | CPU/GPU/Ascend |
|
||||
| +------------------------------+----------------------------+
|
||||
|
@ -47,7 +47,7 @@ MindSpore上下文,用于配置当前执行环境,包括执行模式、执
|
|||
| +------------------------------+----------------------------+
|
||||
| | pynative_synchronize | GPU/Ascend |
|
||||
+-------------------------+------------------------------+----------------------------+
|
||||
| Executive Control | mode | CPU/GPU/Ascend |
|
||||
| 执行控制 | mode | CPU/GPU/Ascend |
|
||||
| +------------------------------+----------------------------+
|
||||
| | enable_graph_kernel | Ascend/GPU |
|
||||
| +------------------------------+----------------------------+
|
||||
|
@ -65,9 +65,9 @@ MindSpore上下文,用于配置当前执行环境,包括执行模式、执
|
|||
| +------------------------------+----------------------------+
|
||||
| | grad_for_scalar | CPU/GPU/Ascend |
|
||||
| +------------------------------+----------------------------+
|
||||
| | enable_compile_cache | CPU/GPU/Ascend |
|
||||
| | save_compile_cache | CPU/GPU/Ascend |
|
||||
| +------------------------------+----------------------------+
|
||||
| | compile_cache_path | CPU/GPU/Ascend |
|
||||
| | load_compile_cache | CPU/GPU/Ascend |
|
||||
+-------------------------+------------------------------+----------------------------+
|
||||
|
||||
**参数:**
|
||||
|
|
Loading…
Reference in New Issue