Freigeben über


TensorBoolean.CreateFromShapeArrayAndDataArray(Int64[], Boolean[]) Methode

Definition

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

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

Parameter

shape

Int64[]

long long[]

long[]

Die Größe des Puffers.

data

Boolean[]

bool[]

Die Daten, die in den Puffer kopiert werden sollen.

Gibt zurück

Ein boolescher 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: