!9400 Delete redundant phrase in LGamma doc

From: @peixu_ren
Reviewed-by: @liangchenghui,@zh_qh
Signed-off-by: @zh_qh
This commit is contained in:
mindspore-ci-bot 2020-12-03 10:01:40 +08:00 committed by Gitee
commit cdd7b63f67
1 changed files with 0 additions and 3 deletions

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()