Comparteix a través de


Tensor<T>.Lengths Propiedad

Definición

Obtiene la longitud de cada dimensión de este 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)

Valor de propiedad

ReadOnlySpan<T> con las longitudes de cada dimensión.

Implementaciones

Se aplica a