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

.. image:: https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/website-images/r2.2/resource/_static/logo_source.svg
    :target: https://gitee.com/mindspore/mindspore/blob/r2.2/docs/api/api_python/nn/mindspore.nn.SeLU.rst
    :alt: 查看源文件


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

    激活函数selu(Scaled exponential Linear Unit)。

    SeLU函数图:

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

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