次の方法で共有


Tensor.Transpose<T>(Tensor<T>) メソッド

定義

tensor テンソルの最後の 2 次元を入れ替えます。

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>

戻り値

適用対象