modify mindspore_profiler

This commit is contained in:
xumengjuan1 2022-05-09 18:54:33 +08:00
parent b5926f7d1d
commit fade1fcde8
3 changed files with 3 additions and 8 deletions

View File

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

View File

@ -1,14 +1,9 @@
mindspore.profiler
========================
本模块提供Python API用于启用MindSpore神经网络性能数据的分析。
用户可以通过导入 `mindspore.Profiler` 然后初始化Profiler对象以开始分析使用 `Profiler.analyse()` 停止收集和分析。
用户可通过Mindinsight工具可视化分析结果。
目前Profiler支持AICORE算子、AICPU算子、HostCPU算子、内存、设备通信、集群等数据的分析。
.. py:class:: mindspore.Profiler(**kwargs)
MindSpore用户能够通过该类对神经网络的性能进行采集。
MindSpore用户能够通过该类对神经网络的性能进行采集。可以通过导入 `mindspore.Profiler` 然后初始化Profiler对象以开始分析使用 `Profiler.analyse()` 停止收集和分析。可通过Mindinsight工具可视化分析结果。目前Profiler支持AICORE算子、AICPU算子、HostCPU算子、内存、设备通信、集群等数据的分析。
**参数:**

View File

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