Partager via


TensorUInt64Bit.CreateFromIterable Méthode

Définition

Crée un objet tenseur d’entier non signé 64 bits, alloue une mémoire tampon de taille et copie toutes les données dans celui-ci.

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

Paramètres

shape

IIterable<Int64>

IEnumerable<Int64>

Windows.Foundation.Collections.IIterable<long long>

IIterable<long>

Taille de la mémoire tampon.

data

IIterable<UInt64>

IEnumerable<UInt64>

Windows.Foundation.Collections.IIterable<unsigned long long>

IIterable<uint64_t>

Données à copier dans la mémoire tampon.

Retours

Objet tenseur d’entier non signé 64 bits avec une mémoire tampon contenant les données données.

Remarques

Windows Server

Pour utiliser cette API sur Windows Server, vous devez utiliser Windows Server 2019 avec Expérience de bureau.

Sécurité des threads

Cette API est thread-safe.

S’applique à