From 73a7c31d418e556fac7b881fc8b2e8247ed361b5 Mon Sep 17 00:00:00 2001 From: peixu_ren Date: Wed, 2 Dec 2020 10:35:33 -0500 Subject: [PATCH] Delete redundant phrase in LGamma doc --- mindspore/nn/layer/math.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/mindspore/nn/layer/math.py b/mindspore/nn/layer/math.py index dc3070701d..989e6ca048 100644 --- a/mindspore/nn/layer/math.py +++ b/mindspore/nn/layer/math.py @@ -236,9 +236,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()