TensorUInt64Bit.CreateFromIterable Método

Definición

Crea un objeto tensor entero de 64 bits sin signo, asigna un búfer de forma de tamaño y copia todos los datos en él.

public:
 static TensorUInt64Bit ^ CreateFromIterable(IIterable<long long> ^ shape, IIterable<unsigned long long> ^ data);
 static TensorUInt64Bit CreateFromIterable(IIterable<long> const& shape, IIterable<uint64_t> const& data);
public static TensorUInt64Bit CreateFromIterable(IEnumerable<long> shape, IEnumerable<ulong> data);
function createFromIterable(shape, data)
Public Shared Function CreateFromIterable (shape As IEnumerable(Of Long), data As IEnumerable(Of ULong)) As TensorUInt64Bit

Parámetros

shape

IIterable<Int64>

IEnumerable<Int64>

Windows.Foundation.Collections.IIterable

IIterable<long>

Tamaño del búfer.

data

IIterable<UInt64>

IEnumerable<UInt64>

Windows.Foundation.Collections.IIterable

IIterable<uint64_t>

Datos que se van a copiar en el búfer.

Devoluciones

Un tensor entero de 64 bits sin signo con un búfer que contiene los datos especificados.

Comentarios

Windows Server

Para usar esta API en Windows Server, debe usar Windows Server 2019 con Experiencia de escritorio.

Seguridad para subprocesos

Esta API es segura para subprocesos.

Se aplica a