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
!1515
fix log1p
Merge pull request
!1515
from jiangjinsheng/fix_log1p
tags/v0.5.0-beta
mindspore-ci-bot
Gitee
5 years ago
parent
9c20b1d6f7
f17c070fb6
commit
f252ca1f01
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mindspore/nn/layer/activation.py
+1
-0
mindspore/ops/operations/__init__.py
+ 1
- 1
mindspore/nn/layer/activation.py
View File
@@ -303,7 +303,7 @@ class GELU(Cell):
of standard Gaussian distribution and :math:`x_i` is the element of the input.
Inputs:
- **input_data** (Tensor) - The input of
Tanh
.
- **input_data** (Tensor) - The input of
GELU
.
Outputs:
Tensor, with the same type and shape as the `input_data`.
+ 1
- 0
mindspore/ops/operations/__init__.py
View File
@@ -234,6 +234,7 @@ __all__ = [
'ReduceProd',
'CumProd',
'Log',
'Log1p',
'SigmoidCrossEntropyWithLogits',
'FloorDiv',
'FloorMod',
Write
Preview
Loading…
Cancel
Save