Compartilhar via


TensorInt16Bit.CreateFromIterable Método

Definição

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

public:
 static TensorInt16Bit ^ CreateFromIterable(IIterable<long long> ^ shape, IIterable<short> ^ data);
 static TensorInt16Bit CreateFromIterable(IIterable<long> const& shape, IIterable<short> const& data);
public static TensorInt16Bit CreateFromIterable(IEnumerable<long> shape, IEnumerable<short> data);
function createFromIterable(shape, data)
Public Shared Function CreateFromIterable (shape As IEnumerable(Of Long), data As IEnumerable(Of Short)) As TensorInt16Bit

Parâmetros

shape

IIterable<Int64>

IEnumerable<Int64>

Windows.Foundation.Collections.IIterable

IIterable<long>

O tamanho do buffer.

data

IIterable<Int16>

IEnumerable<Int16>

IIterable<short>

Os dados a serem copiados para o buffer.

Retornos

Um objeto tensor inteiro com sinal de 16 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