mindspore.nn.SeLU
=================

.. py:class:: mindspore.nn.SeLU

    逐元素计算激活函数SeLU(Scaled exponential Linear Unit)。

    SeLU函数图:

    .. image:: ../images/SeLU.png
        :align: center

    更多参考详见 :func:`mindspore.ops.selu`。