updat ops
This commit is contained in:
parent
8961541339
commit
aef999147c
|
@ -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的一个元素。
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue