ITensorNative.GetD3D12Resource method
Gets the tensor buffer as an ID3D12Resource.
HRESULT GetD3D12Resource(
[out] ID3D12Resource ** result);
Parameters
Name | Type | Description |
---|---|---|
result | ID3D12Resource** | The tensor buffer as an ID3D12Resource. |
Returns
HRESULT The result of the operation.
Requirements
Requirement | |
---|---|
Minimum supported client | Windows 10, build 17763 |
Minimum supported server | Windows Server 2019 with Desktop Experience |
Header | windows.ai.machinelearning.native.h |
Note
Use the following resources for help with Windows ML:
- To ask or answer technical questions about Windows ML, please use the windows-machine-learning tag on Stack Overflow.
- To report a bug, please file an issue on our GitHub.