TensorDouble.CreateFromArray(IIterable<Int64>, Double[]) 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 float a 64 bit, alloca un buffer di forma di dimensioni e copia tutti i dati in esso contenuti.
public:
static TensorDouble ^ CreateFromArray(IIterable<long long> ^ shape, Platform::Array <double> ^ data);
static TensorDouble CreateFromArray(IIterable<long> const& shape, winrt::array_view <double> const& data);
public static TensorDouble CreateFromArray(IEnumerable<long> shape, double[] data);
function createFromArray(shape, data)
Public Shared Function CreateFromArray (shape As IEnumerable(Of Long), data As Double()) As TensorDouble
Parametri
- shape
-
Windows.Foundation.Collections.IIterable<long long>
IIterable<long>
Dimensione del buffer.
- data
-
Double[]
double[]
Dati da copiare nel buffer.
Restituisce
Oggetto tensore float a 64 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.