Tensor<T>.Rank プロパティ

定義

この Tensor<T>のランクまたはディメンションの数を示す値を取得します。

public:
 property int Rank { int get(); };
public int Rank { get; }
member this.Rank : int
Public ReadOnly Property Rank As Integer

プロパティ値

ディメンションの数を IntPtr します。

実装

適用対象