221 Star 943 Fork 693

GVPMindSpore/mindscience

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
mindchemistry.e3.o3.identity_angles.rst 681 Bytes
一键复制 编辑 原始数据 按行查看 历史
CaoWenbin 提交于 2024-07-30 16:50 +08:00 . API格式修改

mindchemistry.e3.o3.identity_angles

.. py:function:: mindchemistry.e3.o3.identity_angles(*shape, dtype=float32)

    返回欧拉角的单位集合。

    参数:
        - **shape** (Tuple[int]) - 附加维度的形状。
        - **dtype** (mindspore.dtype) - 输入张量的类型。默认值:``mindspore.float32``。

    返回:
        - **alpha** (Tensor) - alpha 欧拉角。
        - **beta** (Tensor) - beta 欧拉角。
        - **gamma** (Tensor) - gamma 欧拉角。

    异常:
        - **TypeError** - 如果 'shape' 不是元组类型。
        - **TypeError** - 如果 'shape' 中的元素不是整型。

Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mindspore/mindscience.git
git@gitee.com:mindspore/mindscience.git
mindspore
mindscience
mindscience
master

搜索帮助