forked from mindspore-Ecosystem/mindspore
!46902 [docs][API] Update adjoint docs
Merge pull request !46902 from shaojunsong/code_docs_adjoint
This commit is contained in:
commit
b4c5a60160
|
@ -5,6 +5,9 @@
|
|||
|
||||
计算张量的共轭,并转置最后两个维度。
|
||||
|
||||
.. note::
|
||||
Ascend尚未支持Complex类型Tensor的输入。
|
||||
|
||||
参数:
|
||||
- **x** (Tensor) - 参与计算的tensor。
|
||||
|
||||
|
|
|
@ -4842,6 +4842,9 @@ def adjoint(x):
|
|||
r"""
|
||||
Returns a view of the tensor conjugated and with the last two dimensions transposed.
|
||||
|
||||
Note:
|
||||
Ascend has not supported Complex Tensors yet.
|
||||
|
||||
Args:
|
||||
x (Tensor): Input tensor.
|
||||
|
||||
|
|
Loading…
Reference in New Issue