mindspore.ops.Asin ================== .. image:: https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/website-images/r2.2/resource/_static/logo_source.svg :target: https://gitee.com/mindspore/mindspore/blob/r2.2/docs/api/api_python/ops/mindspore.ops.Asin.rst :alt: 查看源文件 .. py:class:: mindspore.ops.Asin 逐元素计算输入Tensor的反正弦值。 更多细节请参考 :func:`mindspore.ops.asin` 。 .. note:: 目前Ascend平台上不支持complex64和complex128类型输入。 输入: - **x** (Tensor) - 输入Tensor,shape为 :math:`(N,*)` 其中 :math:`*` 表示任意数量的附加维度。 输出: Tensor,shape与输入 `x` 相同。