parent
3daacb5e09
commit
78c4874432
@ -9,9 +9,9 @@
|
|||||||
**Detailed description**: For each element from the input tensor calculates corresponding
|
**Detailed description**: For each element from the input tensor calculates corresponding
|
||||||
element in the output tensor with the following formula:
|
element in the output tensor with the following formula:
|
||||||
|
|
||||||
\f[
|
\f[
|
||||||
HSigmoid(x) = \frac{min(max(x + 3, 0), 6)}{6}
|
HSigmoid(x) = \frac{min(max(x + 3, 0), 6)}{6}
|
||||||
\f]
|
\f]
|
||||||
|
|
||||||
The HSigmoid operation is introduced in the following [article](https://arxiv.org/pdf/1905.02244.pdf).
|
The HSigmoid operation is introduced in the following [article](https://arxiv.org/pdf/1905.02244.pdf).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user