Compartir a través de


TensorUInt8Bit.CreateFromShapeArrayAndDataArray(Int64[], Byte[]) Método

Definición

Crea un objeto tensor entero de 8 bits sin signo, asigna un búfer de forma de tamaño y copia todos los datos en él.

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

Parámetros

shape

Int64[]

long long[]

long[]

Tamaño del búfer.

data

Byte[]

byte[]

Datos que se van a copiar en el búfer.

Devoluciones

Un objeto tensor de entero de 8 bits sin signo con un búfer que contiene los datos especificados.

Requisitos de Windows

Familia de dispositivos
Windows 10, version 1903 (se introdujo en la versión 10.0.18362.0)
API contract
Windows.AI.MachineLearning.MachineLearningContract (se introdujo en la versión v2.0)

Se aplica a