Condividi tramite


TensorInt8Bit.CreateFromShapeArrayAndDataArray(Int64[], Byte[]) Metodo

Definizione

Crea un oggetto tensore intero con segno a 8 bit, alloca un buffer di forma di dimensioni e copia tutti i dati in esso.

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

Parametri

shape

Int64[]

long long[]

long[]

Dimensione del buffer.

data

Byte[]

byte[]

Dati da copiare nel buffer.

Restituisce

Oggetto tensore intero con segno a 8 bit con un buffer contenente i dati specificati.

Requisiti Windows

Famiglia di dispositivi
Windows 10, version 1903 (è stato introdotto in 10.0.18362.0)
API contract
Windows.AI.MachineLearning.MachineLearningContract (è stato introdotto in v2.0)

Si applica a