!28467 fix formula issue I4OSPR

Merge pull request !28467 from yingchen/code_docs_ops
This commit is contained in:
i-robot 2021-12-31 06:54:47 +00:00 committed by Gitee
commit 5b3c6d361b
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.