diff --git a/mindspore/nn/layer/math.py b/mindspore/nn/layer/math.py index 007749003d..60b7acd311 100644 --- a/mindspore/nn/layer/math.py +++ b/mindspore/nn/layer/math.py @@ -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()