TensorUInt32Bit.CreateFromShapeArrayAndDataArray(Int64[], UInt32[]) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Crea un oggetto tensore intero senza segno a 32 bit, alloca un buffer di forma di dimensione e copia tutti i dati in esso.
public:
static TensorUInt32Bit ^ CreateFromShapeArrayAndDataArray(Platform::Array <long long> ^ shape, Platform::Array <unsigned int> ^ data);
static TensorUInt32Bit CreateFromShapeArrayAndDataArray(winrt::array_view <long> const& shape, winrt::array_view <uint32_t> const& data);
public static TensorUInt32Bit CreateFromShapeArrayAndDataArray(long[] shape, uint[] data);
function createFromShapeArrayAndDataArray(shape, data)
Public Shared Function CreateFromShapeArrayAndDataArray (shape As Long(), data As UInteger()) As TensorUInt32Bit
Parametri
- shape
-
Int64[]
long long[]
long[]
Dimensione del buffer.
- data
-
UInt32[]
unsigned int[]
uint32_t[]
Dati da copiare nel buffer.
Restituisce
Oggetto tensore intero senza segno a 32 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)
|