mindspore.ops.adjoint

mindspore.ops.adjoint(x)[source]

Returns a view of the tensor conjugated and with the last two dimensions transposed.

Parameters

x (Tensor) – Input tensor.

Returns

Tensor, the calculated result.

Raises

TypeError – If x is not a tensor.

Supported Platforms:

Ascend GPU CPU