Tensor<T>.Lengths Proprietà

Definizione

Ottiene la lunghezza di ogni dimensione in questo 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)

Valore della proprietà

ReadOnlySpan<T> con le lunghezze di ogni dimensione.

Implementazioni

Si applica a