Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 782 Bytes

tensoruint16bit_createfromshapearrayanddataarray_1028909488.md

File metadata and controls

30 lines (21 loc) · 782 Bytes
-api-id -api-type ms.custom
M:Windows.AI.MachineLearning.TensorUInt16Bit.CreateFromShapeArrayAndDataArray(System.Int64[],System.UInt16[])
winrt method
19H1

Windows.AI.MachineLearning.TensorUInt16Bit.CreateFromShapeArrayAndDataArray

-description

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

-parameters

-param shape

The size of the buffer.

-param data

The data to copy into the buffer.

-returns

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

-remarks

-see-also

-examples