Browse Source

Delete redundant phrase in LGamma doc

tags/v1.1.0
peixu_ren 5 years ago
parent
commit
73a7c31d41
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

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


Loading…
Cancel
Save