2022-12-29 20:47:14 +08:00
|
|
|
|
mindspore.ops.tanhshrink
|
|
|
|
|
|
=========================
|
|
|
|
|
|
|
|
|
|
|
|
.. py:function:: mindspore.ops.tanhshrink(x)
|
|
|
|
|
|
|
2023-02-09 20:38:48 +08:00
|
|
|
|
Tanhshrink激活函数, :math:`Tanhshrink(x)=x-Tanh(x)` 。
|
2022-12-29 20:47:14 +08:00
|
|
|
|
|
|
|
|
|
|
详情请查看 :class:`mindspore.nn.Tanhshrink` 。
|