onnxruntime/csharp/tools/MauiModelTester/MauiModelTester.sln
Scott McKay ad90352a68
Add MAUI test app that can be used to test model loading and performance (#16658)
### Description
<!-- Describe your changes. -->
MAUI test app with tooling to add model and generated or provided input
test data.

The app will load the model and validate the output. It can also run a
specified number of iterations to provide basic performance information.

<img width="401" alt="image"
src="https://github.com/microsoft/onnxruntime/assets/979079/daf3af13-fb22-4cbb-9159-486b483a7485">

### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
Primarily to make it easier to test an arbitrary model on iOS. A MAUI
app allows testing on all platforms.

---------

Co-authored-by: Edward Chen <18449977+edgchen1@users.noreply.github.com>
2023-07-18 08:21:18 +10:00

27 lines
1.2 KiB
Text

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31611.283
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MauiModelTester", "MauiModelTester.csproj", "{80517A36-E015-4282-89A7-245B25A963B7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{80517A36-E015-4282-89A7-245B25A963B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{80517A36-E015-4282-89A7-245B25A963B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{80517A36-E015-4282-89A7-245B25A963B7}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{80517A36-E015-4282-89A7-245B25A963B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{80517A36-E015-4282-89A7-245B25A963B7}.Release|Any CPU.Build.0 = Release|Any CPU
{80517A36-E015-4282-89A7-245B25A963B7}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {61F7FB11-1E47-470C-91E2-47F8143E1572}
EndGlobalSection
EndGlobal