TensorString.Shape Propiedad

Definición

Devuelve el recuento y el tamaño de cada dimensión.

public:
 property IVectorView<long long> ^ Shape { IVectorView<long long> ^ get(); };
IVectorView<long> Shape();
public IReadOnlyList<long> Shape { get; }
var iVectorView = tensorString.shape;
Public ReadOnly Property Shape As IReadOnlyList(Of Long)

Valor de propiedad

IVectorView<Int64>

IReadOnlyList<Int64>

Windows.Foundation.Collections.IVectorView

IVectorView<long>

Recuento y tamaño de cada dimensión.

Implementaciones

Comentarios

Windows Server

Para usar esta API en Windows Server, debe usar Windows Server 2019 con Experiencia de escritorio.

Seguridad para subprocesos

Esta API es segura para subprocesos.

Se aplica a