Condividi tramite


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

Definizione

Crea un oggetto tensore booleano, alloca un buffer di forma di dimensione e copia tutti i dati in esso.

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

Parametri

shape

IIterable<Int64>

IEnumerable<Int64>

Windows.Foundation.Collections.IIterable<long long>

IIterable<long>

Dimensione del buffer.

data

Boolean[]

bool[]

Dati da copiare nel buffer.

Restituisce

Oggetto tensor booleano 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