onnxruntime/csharp/sample/InferenceSample/Microsoft.ML.OnnxRuntime.InferenceSample.Maui
2025-02-07 13:05:58 -08:00
..
Platforms Add MAUI csharp\sample\InferenceSample\ project (#12356) 2022-07-29 07:22:36 +10:00
Properties Add MAUI csharp\sample\InferenceSample\ project (#12356) 2022-07-29 07:22:36 +10:00
Resources Add MAUI csharp\sample\InferenceSample\ project (#12356) 2022-07-29 07:22:36 +10:00
App.xaml Add MAUI csharp\sample\InferenceSample\ project (#12356) 2022-07-29 07:22:36 +10:00
App.xaml.cs Add MAUI csharp\sample\InferenceSample\ project (#12356) 2022-07-29 07:22:36 +10:00
AppShell.xaml Add MAUI csharp\sample\InferenceSample\ project (#12356) 2022-07-29 07:22:36 +10:00
AppShell.xaml.cs Add MAUI csharp\sample\InferenceSample\ project (#12356) 2022-07-29 07:22:36 +10:00
MainPage.xaml Add MAUI csharp\sample\InferenceSample\ project (#12356) 2022-07-29 07:22:36 +10:00
MainPage.xaml.cs Add MAUI csharp\sample\InferenceSample\ project (#12356) 2022-07-29 07:22:36 +10:00
MauiProgram.cs Add MAUI csharp\sample\InferenceSample\ project (#12356) 2022-07-29 07:22:36 +10:00
Microsoft.ML.OnnxRuntime.InferenceSample.Maui.csproj disable aot compilation for inference sample to see if that resolves pipeline error 2025-02-07 13:05:58 -08:00
ReadMe.md Update to the net8 MAUI targets. Remove Xamarin. (#21062) 2024-06-19 16:20:58 +10:00

MAUI app that is used directly with the C# bindings project to do some basic local testing of using an InferenceSession in an app.

This is NOT intended to be a sample for end users. See https://github.com/microsoft/onnxruntime-inference-examples for those, in particular under the c_sharp and mobile/examples/MAUI directories.