mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-16 21:00:14 +00:00
8 lines
317 B
Text
8 lines
317 B
Text
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
||
|
|
<Application xmlns="http://xamarin.com/schemas/2014/forms"
|
||
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
||
|
|
x:Class="Microsoft.ML.OnnxRuntime.InferenceSample.Forms.App">
|
||
|
|
<Application.Resources>
|
||
|
|
|
||
|
|
</Application.Resources>
|
||
|
|
</Application>
|