Condividi tramite


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

Definizione

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

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

Parametri

shape

IIterable<Int64>

IEnumerable<Int64>

Windows.Foundation.Collections.IIterable

IIterable<long>

Dimensione del buffer.

data

Byte[]

byte[]

Dati da copiare nel buffer.

Restituisce

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