fix error format.

This commit is contained in:
zhangyi 2022-01-30 14:32:59 +08:00
parent 0ddc057820
commit c68c9ff8aa
2 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,6 @@
mindspore.profiler
========================
profiler模块简介。
本模块提供Python API用于启用MindSpore神经网络性能数据的分析。
@ -10,7 +11,7 @@ profiler模块简介。
.. py:class:: mindspore.profiler.Profiler(**kwargs)
性能采集API。
此API能够让MindSpore用户采集神经网络的性能。
Profiler支持Ascend和GPU两者的使用方式相同。
@ -61,7 +62,7 @@ profiler模块简介。
**异常:**
- **RuntimeError** profiler没有开启。
.. py:class:: mindspore.profiler.ProfileOption
这个类已经弃用,该功能已不再支持。

View File

@ -13,7 +13,7 @@ mindspore.ops.Gather
.. note::
1.input_indices的值必须在 `[0, input_param.shape[axis])` 范围内,超出该范围结果未定义。
2.Ascend平台上input_params的数据类型当前不能是`bool_ <https://www.mindspore.cn/docs/api/zh-CN/master/api_python/mindspore.html#mindspore.dtype>`_
2.Ascend平台上input_params的数据类型当前不能是 `bool_ <https://www.mindspore.cn/docs/api/zh-CN/master/api_python/mindspore.html#mindspore.dtype>`_
**输入:**