Condividi tramite


TensorUInt64Bit.CreateFromIterable Metodo

Definizione

Crea un oggetto tensore intero senza segno a 64 bit, alloca un buffer di forme di dimensione e copia tutti i dati in esso.

public:
 static TensorUInt64Bit ^ CreateFromIterable(IIterable<long long> ^ shape, IIterable<unsigned long long> ^ data);
 static TensorUInt64Bit CreateFromIterable(IIterable<long> const& shape, IIterable<uint64_t> const& data);
public static TensorUInt64Bit CreateFromIterable(IEnumerable<long> shape, IEnumerable<ulong> data);
function createFromIterable(shape, data)
Public Shared Function CreateFromIterable (shape As IEnumerable(Of Long), data As IEnumerable(Of ULong)) As TensorUInt64Bit

Parametri

shape

IIterable<Int64>

IEnumerable<Int64>

Windows.Foundation.Collections.IIterable<long long>

IIterable<long>

Dimensione del buffer.

data

IIterable<UInt64>

IEnumerable<UInt64>

Windows.Foundation.Collections.IIterable<unsigned long long>

IIterable<uint64_t>

Dati da copiare nel buffer.

Restituisce

Oggetto tensore intero senza segno a 64 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