Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.09 KB

tensordouble.md

File metadata and controls

37 lines (26 loc) · 1.09 KB
-api-id -api-type ms.custom
T:Windows.AI.MachineLearning.TensorDouble
winrt class
RS5

Windows.AI.MachineLearning.TensorDouble

-description

A 64-bit float tensor object.

-remarks

A tensor is a multi-dimensional array of values. A double tensor is a tensor of 64-bit floating point values.

The layout of tensors is row-major, with tightly packed contiguous data representing each dimension. The total size of a tensor is the product of the size of each dimension.

Windows Server

To use this API on Windows Server, you must use Windows Server 2019 with Desktop Experience.

Thread safety

This API is thread-safe.

Version history

Windows version SDK version Value added
1903 18362 CreateFromBuffer
1903 18362 CreateFromShapeArrayAndDataArray

-see-also

Windows ML, Windows ML samples (GitHub)

-examples