Freigeben über


TensorUInt16Bit.CreateFromShapeArrayAndDataArray(Int64[], UInt16[]) Methode

Definition

Erstellt ein 16-Bit-Ganzzahl-Tensorobjekt ohne Vorzeichen, weist einen Puffer der Größenform zu und kopiert alle Daten in dieses Objekt.

public:
 static TensorUInt16Bit ^ CreateFromShapeArrayAndDataArray(Platform::Array <long long> ^ shape, Platform::Array <unsigned short> ^ data);
 static TensorUInt16Bit CreateFromShapeArrayAndDataArray(winrt::array_view <long> const& shape, winrt::array_view <uint16_t> const& data);
public static TensorUInt16Bit CreateFromShapeArrayAndDataArray(long[] shape, ushort[] data);
function createFromShapeArrayAndDataArray(shape, data)
Public Shared Function CreateFromShapeArrayAndDataArray (shape As Long(), data As UShort()) As TensorUInt16Bit

Parameter

shape

Int64[]

long long[]

long[]

Die Größe des Puffers.

data

UInt16[]

unsigned short[]

uint16_t[]

Die Daten, die in den Puffer kopiert werden sollen.

Gibt zurück

Ein 16-Bit-Tensorobjekt ohne Vorzeichen 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: