Skip to content

Commit c058dd8

Browse files
adrastoginieubankAditya Rastogi
authored
WinML Samples Fixes (Cherry-Picks to release/experimental) (#532)
* Improvements to WindowsML sample for MSIX packaging (#530) * Update Resnet C# sample to use correct registration API (#531) Co-authored-by: Aditya Rastogi <adityar@ntdev.microsoft.com> --------- Co-authored-by: Nick Eubanks <nieubank@microsoft.com> Co-authored-by: Aditya Rastogi <adityar@ntdev.microsoft.com>
1 parent e179f2d commit c058dd8

20 files changed

+38
-49
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@ This repository hosts samples for the [Windows App SDK](https://github.com/micro
99
## 💻 List of samples
1010

1111
### Artificial Intelligence
12-
- [Windows AI sample](Samples/WindowsAIFoundry/cs-winui/) : These samples demonstrate how to use the [Windows AI apis](https://learn.microsoft.com/windows/ai/apis/), like Phi Silica, Text Extraction (OCR) and Imaging APIs.
13-
12+
13+
- [Windows AI sample](Samples/WindowsAIFoundry/cs-winui/): These samples demonstrate how to use the [Windows AI APIs](https://learn.microsoft.com/windows/ai/apis/), like Phi Silica, Text Extraction (OCR) and Imaging APIs.
14+
15+
- [Windows ML](Samples/WindowsML): These samples demonstrate running hardware-accelerated ONNX models (CPU, GPU, or NPU when available) on Windows using C++, C#, and Python. See the [Windows ML overview](https://learn.microsoft.com/windows/ai/new-windows-ml/overview).
16+
1417
- [AI Dev Gallery](https://github.com/microsoft/ai-dev-gallery): The AI Dev Gallery is a collection of open-source samples showcasing how to integrate on-device AI capabilities into Windows apps using Windows Copilot Runtime and open-source models using ONNX.
1518

1619
### App Lifecycle and System Services

Samples/WindowsML/WindowsML-Samples.sln

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,10 @@ Global
8484
{C9BD7502-33EE-4826-A6D5-2F6B4AC90346}.Debug|x64.Deploy.0 = Debug|x64
8585
{C9BD7502-33EE-4826-A6D5-2F6B4AC90346}.Release|ARM64.ActiveCfg = Release|ARM64
8686
{C9BD7502-33EE-4826-A6D5-2F6B4AC90346}.Release|ARM64.Build.0 = Release|ARM64
87+
{C9BD7502-33EE-4826-A6D5-2F6B4AC90346}.Release|ARM64.Deploy.0 = Release|ARM64
8788
{C9BD7502-33EE-4826-A6D5-2F6B4AC90346}.Release|x64.ActiveCfg = Release|x64
8889
{C9BD7502-33EE-4826-A6D5-2F6B4AC90346}.Release|x64.Build.0 = Release|x64
90+
{C9BD7502-33EE-4826-A6D5-2F6B4AC90346}.Release|x64.Deploy.0 = Release|x64
8991
{F5381E31-4C91-422C-8E60-0F63265BF4B5}.Debug|ARM64.ActiveCfg = Debug|ARM64
9092
{F5381E31-4C91-422C-8E60-0F63265BF4B5}.Debug|ARM64.Build.0 = Debug|ARM64
9193
{F5381E31-4C91-422C-8E60-0F63265BF4B5}.Debug|x64.ActiveCfg = Debug|x64

Samples/WindowsML/cpp/CppConsoleDesktop/CppConsoleDesktop.sln

Lines changed: 0 additions & 37 deletions
This file was deleted.
432 Bytes
Loading
5.25 KB
Loading
5.25 KB
Loading
1.71 KB
Loading
1.71 KB
Loading
637 Bytes
Loading
637 Bytes
Loading

0 commit comments

Comments
 (0)