Partilhar via


TensorInt64Bit.CreateFromArray(IIterable<Int64>, Int64[]) Método

Definição

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

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

Parâmetros

shape

IIterable<Int64>

IEnumerable<Int64>

Windows.Foundation.Collections.IIterable<long long>

IIterable<long>

O tamanho do buffer.

data

Int64[]

long long[]

long[]

Os dados a serem copiados para o buffer.

Retornos

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