210 Star 890 Fork 659

GVPMindSpore/mindscience

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
sponge.function.gather_vector.rst 573 Bytes
一键复制 编辑 原始数据 按行查看 历史
Li Qingguo 提交于 2023-10-12 20:14 . fix docs

sponge.function.gather_vector

.. py:function:: sponge.function.gather_vector(tensor: Tensor, index: Tensor)

    根据指标从张量的倒数第二轴收集向量。

    参数:
        - **tensor** (Tensor) - 输入张量,shape为 :math:`(B, X, D)` 。其中 :math:`B` 为batch size, :math:`X` 为任意大小, :math:`D` 为模拟系统的维度,通常为3。
        - **index** (Tensor) - 索引,shape为 :math:`(B, ...,)`。

    返回:
        Tensor。取出的向量。shape为 :math:`(B, ..., D)`。
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mindspore/mindscience.git
git@gitee.com:mindspore/mindscience.git
mindspore
mindscience
mindscience
master

搜索帮助