2.4K Star 8.2K Fork 4.4K

GVPMindSpore / mindspore

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
mindspore.nn.get_activation.rst 340 Bytes
一键复制 编辑 原始数据 按行查看 历史
changzherui 提交于 2023-05-09 21:16 . fix code docs

mindspore.nn.get_activation

.. py:function:: mindspore.nn.get_activation(name, prim_name=None)

    获取激活函数。

    参数:
        - **name** (str) - 激活函数名称。
        - **prim_name** (Union[str, None]) - 算子名称,默认值: ``None`` 。

    返回:
        激活函数。
Python
1
https://gitee.com/mindspore/mindspore.git
git@gitee.com:mindspore/mindspore.git
mindspore
mindspore
mindspore
r2.3

搜索帮助