Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 974 Bytes

tensorint64bit_createfromiterable_391877995.md

File metadata and controls

35 lines (24 loc) · 974 Bytes
-api-id -api-type
M:Windows.AI.MachineLearning.TensorInt64Bit.CreateFromIterable(Windows.Foundation.Collections.IIterable{System.Int64},Windows.Foundation.Collections.IIterable{System.Int64})
winrt method

Windows.AI.MachineLearning.TensorInt64Bit.CreateFromIterable

-description

Creates a 64-bit signed integer tensor object, allocates a buffer of size shape, and copies all of data into it.

-parameters

-param shape

The size of the buffer.

-param data

The data to copy into the buffer.

-returns

A 64-bit signed integer tensor object with a buffer containing the given data.

-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