Tensor<T>.Lengths Propriedade

Definição

Obtém o comprimento de cada dimensão neste 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 da propriedade

ReadOnlySpan<T> com os comprimentos de cada dimensão.

Implementações

Aplica-se a