Condividi tramite


TensorInt64Bit.CreateFromArray(IIterable<Int64>, Int64[]) Metodo

Definizione

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

public:
 static TensorInt64Bit ^ CreateFromArray(IIterable<long long> ^ shape, Platform::Array <long long> ^ data);
 static TensorInt64Bit CreateFromArray(IIterable<long> const& shape, winrt::array_view <long> const& data);
public static TensorInt64Bit CreateFromArray(IEnumerable<long> shape, long[] data);
function createFromArray(shape, data)
Public Shared Function CreateFromArray (shape As IEnumerable(Of Long), data As Long()) As TensorInt64Bit

Parametri

shape

IIterable<Int64>

IEnumerable<Int64>

Windows.Foundation.Collections.IIterable<long long>

IIterable<long>

Dimensione del buffer.

data

Int64[]

long long[]

long[]

Dati da copiare nel buffer.

Restituisce

Oggetto tensore intero con 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