Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.13 KB

tensoruint64bit_createreference_431808572.md

File metadata and controls

26 lines (18 loc) · 1.13 KB
-api-id -api-type ms.custom
M:Windows.AI.MachineLearning.TensorUInt64Bit.CreateReference
winrt method
19H1

Windows.AI.MachineLearning.TensorUInt64Bit.CreateReference

-description

Returns an IMemoryBufferReference representation of the buffer backing the 64-bit unsigned integer tensor object.

-returns

The IMemoryBufferReference representation of a tensor buffer.

-remarks

All IMemoryBufferReference objects produced by this method must be closed prior to the 64-bit unsigned integer tensor object's evaluation.

Outstanding IMemoryBufferReference objects are an indication to the engine that the underlying buffer is currently being modified via the IMemoryBufferByteAccess native interop interface, and is not ready for evaluation.

-see-also

-examples