Partager via


TensorInt8Bit.CreateFromArray(IIterable<Int64>, Byte[]) Méthode

Définition

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

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

Paramètres

shape

IIterable<Int64>

IEnumerable<Int64>

Windows.Foundation.Collections.IIterable<long long>

IIterable<long>

Taille de la mémoire tampon.

data

Byte[]

byte[]

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

Retours

Objet tenseur d’entier signé 8 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 utilisateur.

Sécurité des threads

Cette API est thread-safe.

S’applique à