TensorInt32Bit.CreateFromArray(IIterable<Int64>, Int32[]) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée un objet tenseur d’entier signé 32 bits, alloue une mémoire tampon de taille et copie toutes les données dans celle-ci.
public:
static TensorInt32Bit ^ CreateFromArray(IIterable<long long> ^ shape, Platform::Array <int> ^ data);
static TensorInt32Bit CreateFromArray(IIterable<long> const& shape, winrt::array_view <int> const& data);
public static TensorInt32Bit CreateFromArray(IEnumerable<long> shape, int[] data);
function createFromArray(shape, data)
Public Shared Function CreateFromArray (shape As IEnumerable(Of Long), data As Integer()) As TensorInt32Bit
Paramètres
- shape
-
Windows.Foundation.Collections.IIterable<long long>
IIterable<long>
Taille de la mémoire tampon.
- data
-
Int32[]
int[]
Données à copier dans la mémoire tampon.
Retours
Objet tenseur d’entier signé 32 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.