Feature/azaytsev/formula fixes (#4601)
* removed redundant tabs * minor edit
This commit is contained in:
@@ -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).
|
||||
|
||||
|
||||
@@ -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**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user