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

实现

适用于