다음을 통해 공유


Tensor.Transpose<T>(Tensor<T>) 메서드

정의

tensor 텐서의 마지막 두 차원을 바꿉니다.

public:
generic <typename T>
 static System::Numerics::Tensors::Tensor<T> ^ Transpose(System::Numerics::Tensors::Tensor<T> ^ tensor);
public static System.Numerics.Tensors.Tensor<T> Transpose<T> (System.Numerics.Tensors.Tensor<T> tensor);
static member Transpose : System.Numerics.Tensors.Tensor<'T> -> System.Numerics.Tensors.Tensor<'T>
Public Function Transpose(Of T) (tensor As Tensor(Of T)) As Tensor(Of T)

형식 매개 변수

T

매개 변수

tensor
Tensor<T>

입력 Tensor<T>.

반환

적용 대상