Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 764 Bytes

tensorfloat16bit_createfromshapearrayanddataarray_2057479052.md

File metadata and controls

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

Windows.AI.MachineLearning.TensorFloat16Bit.CreateFromShapeArrayAndDataArray

-description

Creates a 16-bit float 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 float tensor object with a buffer containing the given data.

-remarks

-see-also

-examples