Tensor<T>.Lengths プロパティ

定義

この Tensor<T>内の各ディメンションの長さを取得します。

public:
 property ReadOnlySpan<IntPtr> Lengths { ReadOnlySpan<IntPtr> get(); };
public ReadOnlySpan<IntPtr> Lengths { get; }
member this.Lengths : ReadOnlySpan<nativeint>
Public ReadOnly Property Lengths As ReadOnlySpan(Of IntPtr)

プロパティ値

各ディメンションの長さを使用して ReadOnlySpan<T> します。

実装

適用対象