Fix the Chinese warning statement for set_dump api

This commit is contained in:
maning202007 2022-03-15 17:38:40 +08:00
parent 6645342122
commit eb699a4f24
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ mindspore.set_dump
target为 `Cell <https://www.mindspore.cn/docs/api/zh-CN/master/api_python/nn/mindspore.nn.Cell.html#mindspore.nn.Cell>`_`Primitive <https://www.mindspore.cn/docs/api/zh-CN/master/api_python/ops/mindspore.ops.Primitive.html#mindspore.ops.Primitive>`_ 的实例。请注意此API仅在开启异步Dump功能且Dump配置文件中的 `dump_mode` 字段为"2"时生效。有关详细信息,请参阅 `Dump功能文档 <https://mindspore.cn/docs/programming_guide/zh-CN/master/dump_in_graph_mode.html>`_ 。默认状态下Cell和Primitive实例不使能Dump数据功能。
.. Warning::
API还在实验阶段后续可能修改或删除。
类中的所有API均为实验版本将来可能更改或者删除。
.. Note::
- 此API只在Ascend后端的图模式有效。