Condividi tramite


TensorString.CreateFromIterable Metodo

Definizione

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

public:
 static TensorString ^ CreateFromIterable(IIterable<long long> ^ shape, IIterable<Platform::String ^> ^ data);
 static TensorString CreateFromIterable(IIterable<long> const& shape, IIterable<winrt::hstring> const& data);
public static TensorString CreateFromIterable(IEnumerable<long> shape, IEnumerable<string> data);
function createFromIterable(shape, data)
Public Shared Function CreateFromIterable (shape As IEnumerable(Of Long), data As IEnumerable(Of String)) As TensorString

Parametri

shape

IIterable<Int64>

IEnumerable<Int64>

Windows.Foundation.Collections.IIterable<long long>

IIterable<long>

Dimensione del buffer.

data

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

Dati da copiare nel buffer.

Restituisce

Oggetto tensore stringa 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