Freigeben über


TensorDouble.CreateFromShapeArrayAndDataArray(Int64[], Double[]) Methode

Definition

Erstellt ein 64-Bit-Float-Tensorobjekt, ordnet einen Puffer der Größenform zu und kopiert alle Daten in dieses Objekt.

public:
 static TensorDouble ^ CreateFromShapeArrayAndDataArray(Platform::Array <long long> ^ shape, Platform::Array <double> ^ data);
 static TensorDouble CreateFromShapeArrayAndDataArray(winrt::array_view <long> const& shape, winrt::array_view <double> const& data);
public static TensorDouble CreateFromShapeArrayAndDataArray(long[] shape, double[] data);
function createFromShapeArrayAndDataArray(shape, data)
Public Shared Function CreateFromShapeArrayAndDataArray (shape As Long(), data As Double()) As TensorDouble

Parameter

shape

Int64[]

long long[]

long[]

Die Größe des Puffers.

data

Double[]

double[]

Die Daten, die in den Puffer kopiert werden sollen.

Gibt zurück

Ein 64-Bit-Float-Tensorobjekt mit einem Puffer, der die angegebenen Daten enthält.

Windows-Anforderungen

Gerätefamilie
Windows 10, version 1903 (eingeführt in 10.0.18362.0)
API contract
Windows.AI.MachineLearning.MachineLearningContract (eingeführt in v2.0)

Gilt für: