Compartilhar via


TensorUInt32Bit.CreateFromIterable Método

Definição

Cria um objeto tensor inteiro sem sinal de 32 bits, aloca um buffer de forma de tamanho e copia todos os dados nele.

public:
 static TensorUInt32Bit ^ CreateFromIterable(IIterable<long long> ^ shape, IIterable<unsigned int> ^ data);
 static TensorUInt32Bit CreateFromIterable(IIterable<long> const& shape, IIterable<uint32_t> const& data);
public static TensorUInt32Bit CreateFromIterable(IEnumerable<long> shape, IEnumerable<uint> data);
function createFromIterable(shape, data)
Public Shared Function CreateFromIterable (shape As IEnumerable(Of Long), data As IEnumerable(Of UInteger)) As TensorUInt32Bit

Parâmetros

shape

IIterable<Int64>

IEnumerable<Int64>

Windows.Foundation.Collections.IIterable

IIterable<long>

O tamanho do buffer.

data

IIterable<UInt32>

IEnumerable<UInt32>

Windows.Foundation.Collections.IIterable

IIterable<uint32_t>

Os dados a serem copiados para o buffer.

Retornos

Um objeto tensor inteiro sem sinal de 32 bits com um buffer que contém os dados fornecidos.

Comentários

Windows Server

Para usar essa API no Windows Server, você deve usar o Windows Server 2019 com a Experiência Desktop.

Acesso thread-safe

Essa API é thread-safe.

Aplica-se a