forked from mindspore-Ecosystem/mindspore
!33859 modify link
Merge pull request !33859 from xumengjuan1/code_docs_f6
This commit is contained in:
commit
dd79e3cc13
|
@ -797,7 +797,7 @@ def set_context(**kwargs):
|
||||||
If enable_graph_kernel is set to True, acceleration can be enabled.
|
If enable_graph_kernel is set to True, acceleration can be enabled.
|
||||||
For details of graph kernel fusion, please check
|
For details of graph kernel fusion, please check
|
||||||
`Enabling Graph Kernel Fusion
|
`Enabling Graph Kernel Fusion
|
||||||
<https://www.mindspore.cn/docs/en/master/design/enable_graph_kernel_fusion.html>`_.
|
<https://www.mindspore.cn/docs/en/master/design/graph_fusion_engine.html>`_.
|
||||||
graph_kernel_flags (str) –
|
graph_kernel_flags (str) –
|
||||||
Optimization options of graph kernel fusion, and the priority is higher when it conflicts
|
Optimization options of graph kernel fusion, and the priority is higher when it conflicts
|
||||||
with enable_graph_kernel. Only for experienced users.
|
with enable_graph_kernel. Only for experienced users.
|
||||||
|
|
Loading…
Reference in New Issue