Skip to content

Commit 681fccf

Browse files
committed
Add DXResourceBindingReadme
1 parent 0091c7e commit 681fccf

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed
996 KB
Loading
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Windows ML Samples Gallery: DX Resource Binding in ORT
2+
Learn how to bind and evaluate DirectX Resources using ONNX Runtime.
3+
4+
The sample showcases how to create and bind OrtValue objects from ID3D12 Resources using the ONNX Runtime C-API.
5+
6+
<img src="Docs/DXResourceBindingScreenshot.png" width="650"/>
7+
8+
- [Getting Started](#getting-started)
9+
- [Feedback](#feedback)
10+
- [External Links](#external-links)
11+
12+
## Getting Started
13+
- Check out the [source](https://github.com/microsoft/Windows-Machine-Learning/blob/master/Samples/WinMLSamplesGallery/WinMLSamplesGallery/Samples/AdapterSelection/AdapterSelection.xaml.cs).
14+
- Learn how to [get a list of adapters using DXCore](https://github.com/microsoft/Windows-Machine-Learning/blob/master/Samples/WinMLSamplesGallery/WinMLSamplesGalleryNative/AdapterList.cpp#L12) to your session.
15+
- Learn how to [create learning model devices from adapters](https://github.com/microsoft/Windows-Machine-Learning/blob/master/Samples/WinMLSamplesGallery/WinMLSamplesGalleryNative/AdapterList.cpp#L46).
16+
17+
## Feedback
18+
Please file an issue [here](https://github.com/microsoft/Windows-Machine-Learning/issues/new) if you encounter any issues with the Windows ML Samples Gallery or wish to request a new sample.
19+
20+
## External Links
21+
- [Windows ML Library (WinML)](https://docs.microsoft.com/en-us/windows/ai/windows-ml/)
22+
- [DirectML](https://github.com/microsoft/directml)
23+
- [ONNX Model Zoo](https://github.com/onnx/models)
24+
- [Windows UI Library (WinUI)](https://docs.microsoft.com/en-us/windows/apps/winui/)

0 commit comments

Comments
 (0)