Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.1 KB

tensorint64bit.md

File metadata and controls

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

Windows.AI.MachineLearning.TensorInt64Bit

-description

A 64-bit signed integer tensor object.

-remarks

A tensor is a multi-dimensional array of values. A 64-bit signed integer tensor is a tensor of 64-bit signed integer 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