mindspore.nn.SeLU ================= .. py:class:: mindspore.nn.SeLU 逐元素计算激活函数SeLU(Scaled exponential Linear Unit)。 SeLU函数图: .. image:: ../images/SeLU.png :align: center 更多参考详见 :func:`mindspore.ops.selu`。 .. warning:: 从2.9.0(不含)之后版本开始,API 名称将改为 `SELU`,前向输入 `input_x` 将改为 `input`。