diff --git a/docs/api/api_python/mindspore.rst b/docs/api/api_python/mindspore.rst index 7ffd1933885..24b03af95c6 100644 --- a/docs/api/api_python/mindspore.rst +++ b/docs/api/api_python/mindspore.rst @@ -145,6 +145,7 @@ mindspore .. mscnautosummary:: :toctree: mindspore + mindspore.profiler mindspore.set_dump 内存回收 diff --git a/docs/api/api_python/mindspore.profiler.rst b/docs/api/api_python/mindspore/mindspore.profiler.rst similarity index 89% rename from docs/api/api_python/mindspore.profiler.rst rename to docs/api/api_python/mindspore/mindspore.profiler.rst index 60d79057faa..5821e7dcafc 100644 --- a/docs/api/api_python/mindspore.profiler.rst +++ b/docs/api/api_python/mindspore/mindspore.profiler.rst @@ -2,11 +2,11 @@ mindspore.profiler ======================== 本模块提供Python API,用于启用MindSpore神经网络性能数据的分析。 -用户可以通过导入 `mindspore.profiler.Profiler` 然后初始化Profiler对象以开始分析,使用 `Profiler.analyse()` 停止收集和分析。 +用户可以通过导入 `mindspore.Profiler` 然后初始化Profiler对象以开始分析,使用 `Profiler.analyse()` 停止收集和分析。 用户可通过Mindinsight工具可视化分析结果。 目前,Profiler支持AICORE算子、AICPU算子、HostCPU算子、内存、设备通信、集群等数据的分析。 -.. py:class:: mindspore.profiler.Profiler(**kwargs) +.. py:class:: mindspore.Profiler(**kwargs) MindSpore用户能够通过该类对神经网络的性能进行采集。 diff --git a/docs/api/api_python_en/mindspore.rst b/docs/api/api_python_en/mindspore.rst index 21b28c6af7e..12e2a803eb2 100644 --- a/docs/api/api_python_en/mindspore.rst +++ b/docs/api/api_python_en/mindspore.rst @@ -274,6 +274,7 @@ Debugging :nosignatures: :template: classtemplate.rst + mindspore.profiler mindspore.set_dump Memory Recycle