Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 775 Bytes

tensoruint64bit_create_692012731.md

File metadata and controls

32 lines (22 loc) · 775 Bytes
-api-id -api-type
M:Windows.AI.MachineLearning.TensorUInt64Bit.Create(Windows.Foundation.Collections.IIterable{System.Int64})
winrt method

Windows.AI.MachineLearning.TensorUInt64Bit.Create

-description

Creates a 64-bit unsigned integer tensor object and allocates a buffer of size shape.

-parameters

-param shape

The size of the buffer.

-returns

A 64-bit unsigned integer tensor object with a buffer of the given size.

-remarks

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

-examples