2.6K Star 8.6K Fork 4.8K

GVPMindSpore/mindspore

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
mindspore.ops.LogSoftmax.rst 535 Bytes
一键复制 编辑 原始数据 按行查看 历史
俞涵 提交于 2023-05-05 12:09 . modify format

mindspore.ops.LogSoftmax

.. py:class:: mindspore.ops.LogSoftmax(axis=-1)

    LogSoftmax激活函数。

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

    参数:
        - **axis** (int,可选) - 指定进行运算的轴。默认值: ``-1`` 。

    输入:
        - **logits** (Tensor) - shape: :math:`(N, *)` ,其中 :math:`*` 表示任意数量的附加维度,其数据类型为float16或float32。

    输出:
        Tensor,数据类型和shape与 `logits` 相同。
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/mindspore/mindspore.git
git@gitee.com:mindspore/mindspore.git
mindspore
mindspore
mindspore
r2.2

搜索帮助