!44800 modify lppool docs

Merge pull request !44800 from 冯一航/code_docs_modify_lppool_docs
This commit is contained in:
i-robot 2022-10-29 03:10:02 +00:00 committed by Gitee
commit 6231f9a782
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ mindspore.ops.lp_pool1d
参数:
- **x** (Tensor) - shape为 :math:`(N, C_{in}, L_{in})`:math:`(C, L_{in})` 的Tensor。
- **norm_type** (float) - 标准化类型代表公式里的p
- **norm_type** (Union[int, float]) - 标准化类型代表公式里的p
- 如果 p = 1得到的结果为池化核内元素之和与平均池化成比例
- 如果 p = :math:`\infty`,得到的结果为最大池化的结果。