Compartir a través de


TensorUInt16Bit.CreateFromIterable Método

Definición

Crea un objeto tensor entero de 16 bits sin signo, asigna un búfer de forma de tamaño y copia todos los datos en él.

public:
 static TensorUInt16Bit ^ CreateFromIterable(IIterable<long long> ^ shape, IIterable<unsigned short> ^ data);
 static TensorUInt16Bit CreateFromIterable(IIterable<long> const& shape, IIterable<uint16_t> const& data);
public static TensorUInt16Bit CreateFromIterable(IEnumerable<long> shape, IEnumerable<ushort> data);
function createFromIterable(shape, data)
Public Shared Function CreateFromIterable (shape As IEnumerable(Of Long), data As IEnumerable(Of UShort)) As TensorUInt16Bit

Parámetros

shape

IIterable<Int64>

IEnumerable<Int64>

Windows.Foundation.Collections.IIterable<long long>

IIterable<long>

Tamaño del búfer.

data

IIterable<UInt16>

IEnumerable<UInt16>

Windows.Foundation.Collections.IIterable<unsigned short>

IIterable<uint16_t>

Datos que se van a copiar en el búfer.

Devoluciones

Un objeto tensor entero de 16 bits sin signo con un búfer que contiene los datos especificados.

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