Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 774 Bytes

tensoruint8bit_createfromshapearrayanddataarray_337844890.md

File metadata and controls

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

Windows.AI.MachineLearning.TensorUInt8Bit.CreateFromShapeArrayAndDataArray

-description

Creates an 8-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

An 8-bit unsigned integer tensor object with a buffer containing the given data.

-remarks

-see-also

-examples