TensorFloat16Bit.CreateReference Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an IMemoryBufferReference representation of the buffer backing the 16-bit float tensor object.
public:
virtual IMemoryBufferReference ^ CreateReference() = CreateReference;
IMemoryBufferReference CreateReference();
public IMemoryBufferReference CreateReference();
function createReference()
Public Function CreateReference () As IMemoryBufferReference
The IMemoryBufferReference representation of a tensor buffer.
Device family |
Windows 10, version 1903 (introduced in 10.0.18362.0)
|
API contract |
Windows.AI.MachineLearning.MachineLearningContract (introduced in v2.0)
|
All IMemoryBufferReference objects produced by this method must be closed prior to the 16-bit float 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.