Tensor<T>.Lengths Właściwość

Definicja

Pobiera długość każdego wymiaru w tym 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)

Wartość właściwości

ReadOnlySpan<T> z długościami każdego wymiaru.

Implementuje

Dotyczy