This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Huawei_Technology
/
mindspore
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
13
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
!9400
Delete redundant phrase in LGamma doc
From:
@peixu_ren
Reviewed-by: @liangchenghui,@zh_qh Signed-off-by:
@zh_qh
tags/v1.1.0
mindspore-ci-bot
Gitee
5 years ago
parent
b9d2392937
73a7c31d41
commit
cdd7b63f67
1 changed files
with
0 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-3
mindspore/nn/layer/math.py
+ 0
- 3
mindspore/nn/layer/math.py
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()
Write
Preview
Loading…
Cancel
Save