Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
onnxruntime_v14
Commits
a144865d
Commit
a144865d
authored
Jul 25, 2023
by
gaoqiong
Browse files
update v1.14.0
parent
cf1acfd2
Changes
409
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
33 additions
and
0 deletions
+33
-0
csharp/test/Microsoft.ML.OnnxRuntime.Tests.Droid/Resources/mipmap-xxhdpi/ic_launcher_foreground.png
....Droid/Resources/mipmap-xxhdpi/ic_launcher_foreground.png
+0
-0
csharp/test/Microsoft.ML.OnnxRuntime.Tests.Droid/Resources/mipmap-xxhdpi/ic_launcher_round.png
...Tests.Droid/Resources/mipmap-xxhdpi/ic_launcher_round.png
+0
-0
csharp/test/Microsoft.ML.OnnxRuntime.Tests.Droid/Resources/mipmap-xxxhdpi/ic_launcher.png
...time.Tests.Droid/Resources/mipmap-xxxhdpi/ic_launcher.png
+0
-0
csharp/test/Microsoft.ML.OnnxRuntime.Tests.Droid/Resources/mipmap-xxxhdpi/ic_launcher_foreground.png
...Droid/Resources/mipmap-xxxhdpi/ic_launcher_foreground.png
+0
-0
csharp/test/Microsoft.ML.OnnxRuntime.Tests.Droid/Resources/mipmap-xxxhdpi/ic_launcher_round.png
...ests.Droid/Resources/mipmap-xxxhdpi/ic_launcher_round.png
+0
-0
csharp/test/Microsoft.ML.OnnxRuntime.Tests.Droid/Resources/values/colors.xml
...ft.ML.OnnxRuntime.Tests.Droid/Resources/values/colors.xml
+6
-0
csharp/test/Microsoft.ML.OnnxRuntime.Tests.Droid/Resources/values/ic_launcher_background.xml
...e.Tests.Droid/Resources/values/ic_launcher_background.xml
+4
-0
csharp/test/Microsoft.ML.OnnxRuntime.Tests.Droid/Resources/values/strings.xml
...t.ML.OnnxRuntime.Tests.Droid/Resources/values/strings.xml
+4
-0
csharp/test/Microsoft.ML.OnnxRuntime.Tests.Droid/Resources/values/styles.xml
...ft.ML.OnnxRuntime.Tests.Droid/Resources/values/styles.xml
+19
-0
No files found.
Too many changes to show.
To preserve performance only
409 of 409+
files are displayed.
Plain diff
Email patch
csharp/test/Microsoft.ML.OnnxRuntime.Tests.Droid/Resources/mipmap-xxhdpi/ic_launcher_foreground.png
0 → 100755
View file @
a144865d
3.32 KB
csharp/test/Microsoft.ML.OnnxRuntime.Tests.Droid/Resources/mipmap-xxhdpi/ic_launcher_round.png
0 → 100755
View file @
a144865d
7.81 KB
csharp/test/Microsoft.ML.OnnxRuntime.Tests.Droid/Resources/mipmap-xxxhdpi/ic_launcher.png
0 → 100755
View file @
a144865d
4.9 KB
csharp/test/Microsoft.ML.OnnxRuntime.Tests.Droid/Resources/mipmap-xxxhdpi/ic_launcher_foreground.png
0 → 100755
View file @
a144865d
4.77 KB
csharp/test/Microsoft.ML.OnnxRuntime.Tests.Droid/Resources/mipmap-xxxhdpi/ic_launcher_round.png
0 → 100755
View file @
a144865d
10.6 KB
csharp/test/Microsoft.ML.OnnxRuntime.Tests.Droid/Resources/values/colors.xml
0 → 100755
View file @
a144865d
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color
name=
"colorPrimary"
>
#2c3e50
</color>
<color
name=
"colorPrimaryDark"
>
#1B3147
</color>
<color
name=
"colorAccent"
>
#3498db
</color>
</resources>
csharp/test/Microsoft.ML.OnnxRuntime.Tests.Droid/Resources/values/ic_launcher_background.xml
0 → 100755
View file @
a144865d
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color
name=
"ic_launcher_background"
>
#2C3E50
</color>
</resources>
csharp/test/Microsoft.ML.OnnxRuntime.Tests.Droid/Resources/values/strings.xml
0 → 100755
View file @
a144865d
<resources>
<string
name=
"app_name"
>
Microsoft.ML.OnnxRuntime.Tests.Droid
</string>
<string
name=
"action_settings"
>
Settings
</string>
</resources>
csharp/test/Microsoft.ML.OnnxRuntime.Tests.Droid/Resources/values/styles.xml
0 → 100755
View file @
a144865d
<resources>
<!-- Base application theme. -->
<style
name=
"AppTheme"
parent=
"MainTheme.Base"
>
<!-- As of Xamarin.Forms 4.6 the theme has moved into the Forms binary -->
<!-- If you want to override anything you can do that here. -->
<!-- Underneath are a couple of entries to get you started. -->
<!-- Set theme colors from https://aka.ms/material-colors -->
<!-- colorPrimary is used for the default action bar background -->
<item
name=
"colorPrimary"
>
#2196F3
</item>
<!-- colorPrimaryDark is used for the status bar -->
<item
name=
"colorPrimaryDark"
>
#1976D2
</item>
<!-- colorAccent is used as the default value for colorControlActivated
which is used to tint widgets -->
<item
name=
"colorAccent"
>
#3498db
</item>
</style>
</resources>
Prev
1
…
17
18
19
20
21
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment