updat ops

This commit is contained in:
yingchen 2021-12-31 11:42:09 +08:00
parent 8961541339
commit aef999147c
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ mindspore.ops.Sigmoid
.. math::
\text{sigmoid}(x_i) = \frac{1}{1 + \exp(-x_i)},
\text{sigmoid}(x_i) = \frac{1}{1 + \exp(-x_i)}
其中, :math:`x_i` 是输入Tensor的一个元素。

View File

@ -828,7 +828,7 @@ class Sigmoid(Primitive):
.. math::
\text{sigmoid}(x_i) = \frac{1}{1 + \exp(-x_i)},
\text{sigmoid}(x_i) = \frac{1}{1 + \exp(-x_i)}
where :math:`x_i` is an element of the input Tensor.