modify pagedisplay and format

This commit is contained in:
huodagu 2022-03-30 10:04:36 +08:00
parent 693af7f260
commit cd31778aa2
2 changed files with 2 additions and 1 deletions

View File

@ -98,7 +98,7 @@ MindSpore中 `mindspore.nn` 接口与上一版本相比,新增、删除和支
mindspore.nn.MultiFieldEmbeddingLookup
非线性激活函数层
--------------
------------------
.. mscnplatformautosummary::
:toctree: nn

View File

@ -11,6 +11,7 @@ mindspore.profiler
MindSpore用户能够通过该类对神经网络的性能进行采集。
**参数:**
- **output_path** (str, 可选) 表示输出数据的路径。默认值:"./data"。
- **profile_communication** (bool, 可选) 仅限Ascend表示是否在多设备训练中收集通信性能数据。当值为True时收集这些数据。在单台设备训练中该参数的设置无效。默认值False。
- **profile_memory** (bool, 可选) 仅限Ascend表示是否收集Tensor内存数据。当值为True时收集这些数据。默认值False。