-api-id | -api-type | ms.custom |
---|---|---|
T:Windows.AI.MachineLearning.TensorInt8Bit |
winrt class |
RS5 |
An 8-bit signed integer tensor object.
A tensor is a multi-dimensional array of values. An 8-bit signed integer tensor is a tensor of 8-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.
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 |