|
|
@@ -247,9 +247,6 @@ class LGamma(Cell): |
|
|
Outputs: |
|
|
Outputs: |
|
|
Tensor, has the same shape and dtype as the `x`. |
|
|
Tensor, has the same shape and dtype as the `x`. |
|
|
|
|
|
|
|
|
Supported Platforms: |
|
|
|
|
|
``Ascend`` |
|
|
|
|
|
|
|
|
|
|
|
Examples: |
|
|
Examples: |
|
|
>>> input_x = Tensor(np.array([2, 3, 4]).astype(np.float32)) |
|
|
>>> input_x = Tensor(np.array([2, 3, 4]).astype(np.float32)) |
|
|
>>> op = nn.LGamma() |
|
|
>>> op = nn.LGamma() |
|
|
|