Merge pull request !1515 from jiangjinsheng/fix_log1p
This commit is contained in:
mindspore-ci-bot 2020-05-27 16:54:03 +08:00 committed by Gitee
commit f252ca1f01
2 changed files with 2 additions and 1 deletions

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`.

View File

@ -234,6 +234,7 @@ __all__ = [
'ReduceProd',
'CumProd',
'Log',
'Log1p',
'SigmoidCrossEntropyWithLogits',
'FloorDiv',
'FloorMod',