!44800 modify lppool docs
Merge pull request !44800 from 冯一航/code_docs_modify_lppool_docs
This commit is contained in:
commit
6231f9a782
|
@ -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`,得到的结果为最大池化的结果。
|
||||
|
|
Loading…
Reference in New Issue