-api-id | -api-type | ms.custom |
---|---|---|
T:Windows.AI.MachineLearning.TensorDouble |
winrt class |
RS5 |
A 64-bit float tensor object.
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.
To use this API on Windows Server, you must use Windows Server 2019 with Desktop Experience.
This API is thread-safe.
Windows version | SDK version | Value added |
---|---|---|
1903 | 18362 | CreateFromBuffer |
1903 | 18362 | CreateFromShapeArrayAndDataArray |