Share via


TensorUInt64Bit.CreateFromShapeArrayAndDataArray(Int64[], UInt64[]) Method

Definition

Creates a 64-bit unsigned integer tensor object, allocates a buffer of size shape, and copies all of data into it.

public static TensorUInt64Bit CreateFromShapeArrayAndDataArray(long[] shape, ulong[] data);

Parameters

shape

Int64[]

The size of the buffer.

data

UInt64[]

The data to be copied into the buffer.

Returns

A 64-bit unsigned integer tensor object with a buffer containing the given data.

Windows requirements

Device family
Windows 10, version 1903 (introduced in 10.0.18362.0)
API contract
Windows.AI.MachineLearning.MachineLearningContract (introduced in v2.0)

Applies to