Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 735 Bytes

tensorboolean_create_692012731.md

File metadata and controls

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

Windows.AI.MachineLearning.TensorBoolean.Create

-description

Creates a boolean tensor object and allocates a buffer of size shape.

-parameters

-param shape

The size of the buffer.

-returns

A boolean 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