TensorUInt16Bit.CreateFromIterable Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Crea un oggetto tensore intero senza segno a 16 bit, alloca un buffer di forma di dimensioni e copia tutti i dati in esso contenuti.
public:
static TensorUInt16Bit ^ CreateFromIterable(IIterable<long long> ^ shape, IIterable<unsigned short> ^ data);
static TensorUInt16Bit CreateFromIterable(IIterable<long> const& shape, IIterable<uint16_t> const& data);
public static TensorUInt16Bit CreateFromIterable(IEnumerable<long> shape, IEnumerable<ushort> data);
function createFromIterable(shape, data)
Public Shared Function CreateFromIterable (shape As IEnumerable(Of Long), data As IEnumerable(Of UShort)) As TensorUInt16Bit
Parametri
- shape
-
Windows.Foundation.Collections.IIterable<long long>
IIterable<long>
Dimensione del buffer.
- data
-
Windows.Foundation.Collections.IIterable<unsigned short>
IIterable<uint16_t>
Dati da copiare nel buffer.
Restituisce
Oggetto tensore intero senza segno a 16 bit con un buffer contenente i dati specificati.
Commenti
Windows Server
Per usare questa API in Windows Server, è necessario usare Windows Server 2019 con Esperienza desktop.
Thread safety
Questa API è thread-safe.