TensorInt16Bit.CreateFromIterable Metodo

Definizione

Crea un oggetto tensore intero con segno a 16 bit, alloca un buffer di forma di dimensione e copia tutti i dati in esso.

public:
 static TensorInt16Bit ^ CreateFromIterable(IIterable<long long> ^ shape, IIterable<short> ^ data);
 static TensorInt16Bit CreateFromIterable(IIterable<long> const& shape, IIterable<short> const& data);
public static TensorInt16Bit CreateFromIterable(IEnumerable<long> shape, IEnumerable<short> data);
function createFromIterable(shape, data)
Public Shared Function CreateFromIterable (shape As IEnumerable(Of Long), data As IEnumerable(Of Short)) As TensorInt16Bit

Parametri

shape

IIterable<Int64>

IEnumerable<Int64>

Windows.Foundation.Collections.IIterable<long long>

IIterable<long>

Dimensione del buffer.

data

IIterable<Int16>

IEnumerable<Int16>

IIterable<short>

Dati da copiare nel buffer.

Restituisce

Oggetto tensore intero con segno a 16 bit con un buffer contenente i dati specificati.

Commenti

Windows Server

Per usare questa API in Windows Server, è necessario usare Windows Server 2019 con Esperienza desktop.

Thread safety

Questa API è thread-safe.

Si applica a