mindspore/docs/api/api_python/ops/mindspore.ops.func_adjoint.rst

15 lines
350 B
ReStructuredText
Raw Normal View History

2022-11-07 10:19:50 +08:00
mindspore.ops.adjoint
======================
2022-11-11 12:15:29 +08:00
.. py:function:: mindspore.ops.adjoint(x)
2022-11-07 10:19:50 +08:00
计算张量的共轭,并转置最后两个维度。
参数:
- **x** (Tensor) - 参与计算的tensor。
返回:
Tensor`x` 具有相同的dtype和shape。
异常:
- **TypeError**`x` 不是tensor。