Browse Source

!9400 Delete redundant phrase in LGamma doc

From: @peixu_ren
Reviewed-by: @liangchenghui,@zh_qh
Signed-off-by: @zh_qh
tags/v1.1.0
mindspore-ci-bot Gitee 5 years ago
parent
commit
cdd7b63f67
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      mindspore/nn/layer/math.py

+ 0
- 3
mindspore/nn/layer/math.py View File

@@ -247,9 +247,6 @@ class LGamma(Cell):
Outputs:
Tensor, has the same shape and dtype as the `x`.

Supported Platforms:
``Ascend``

Examples:
>>> input_x = Tensor(np.array([2, 3, 4]).astype(np.float32))
>>> op = nn.LGamma()


Loading…
Cancel
Save