Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 899 Bytes

tensorfeaturedescriptor.md

File metadata and controls

30 lines (21 loc) · 899 Bytes
-api-id -api-type ms.custom
T:Windows.AI.MachineLearning.TensorFeatureDescriptor
winrt class
RS5

Windows.AI.MachineLearning.TensorFeatureDescriptor

-description

Tensors are multi-dimensional arrays of values.

-remarks

A tensor is a multi-dimensional array of 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.

-see-also

Windows ML, Windows ML samples (GitHub)

-examples