Feature/azaytsev/formula fixes (#4601)

* removed redundant tabs

* minor edit
This commit is contained in:
Andrey Zaytsev
2021-03-04 11:48:35 +03:00
committed by GitHub
parent 71ebd41475
commit a8a6e8f60a
2 changed files with 4 additions and 6 deletions

View File

@@ -9,9 +9,9 @@
**Detailed description**: For each element from the input tensor calculates corresponding
element in the output tensor with the following formula:
\f[
HSigmoid(x) = \frac{min(max(x + 3, 0), 6)}{6}
\f]
\f[
HSigmoid(x) = \frac{min(max(x + 3, 0), 6)}{6}
\f]
The HSigmoid operation is introduced in the following [article](https://arxiv.org/pdf/1905.02244.pdf).

View File

@@ -6,9 +6,7 @@
**Short description**: *HardSigmoid* calculates the hard sigmoid function `y(x) = max(0, min(1, alpha * x + beta))` element-wise with given tensor.
**Attributes**:
No attributes available.
**Attributes**: No attributes available.
**Inputs**