!37735 [kernel]fix cdist docs

Merge pull request !37735 from 张学同/applyproximaladagrad_gpu
This commit is contained in:
i-robot 2022-07-11 02:50:47 +00:00 committed by Gitee
commit 81305e0a77
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ mindspore.ops.cdist
**参数:** **参数:**
- **x** (tensor) - 输入Tensor x输入shape [B, P, M]。 - **x** (tensor) - 输入tensor x输入shape [B, P, M], B维度可以为0即shape为 [P, M]。
- **y** (tensor) - 输入Tensor y输入shape [B, R, M]。 - **y** (tensor) - 输入tensor y输入shape [B, R, M]。
- **p** (float) - P -范数距离的P值P∈[0∞]。默认值:2.0。 - **p** (float) - P -范数距离的P值P∈[0∞]。默认值:2.0。
**返回:** **返回:**