!34095 modify mindspore_profiler

Merge pull request !34095 from xumengjuan1/code_docs_f9
This commit is contained in:
i-robot 2022-05-09 09:25:18 +00:00 committed by Gitee
commit 0fe4091ea7
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 4 additions and 2 deletions

View File

@ -145,6 +145,7 @@ mindspore
.. mscnautosummary::
:toctree: mindspore
mindspore.profiler
mindspore.set_dump
内存回收

View File

@ -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用户能够通过该类对神经网络的性能进行采集。

View File

@ -274,6 +274,7 @@ Debugging
:nosignatures:
:template: classtemplate.rst
mindspore.profiler
mindspore.set_dump
Memory Recycle