mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-17 21:10:43 +00:00
### Description The local build of the native library was being included by almost every project, but is only needed to run tests. Due to the multiple inclusions attempting to use a pre-built package was clashing with any local builds that were available. Create a helper file to include either a local built of a pre-built package and include that in the two test projects. Cleanup various miscellaous things. ### Motivation and Context Create setup to simplify running on-device tests with the nuget packages. |
||
|---|---|---|
| .. | ||
| Tensors | ||
| AssemblyInfo.cs | ||
| EqualityComparers.cs | ||
| InferenceTest.cs | ||
| Microsoft.ML.OnnxRuntime.Tests.Common.csproj | ||
| NativeLibraryInclude.props | ||
| OnnxData.cs | ||
| OnnxMl.cs | ||
| OrtEnvTests.cs | ||
| OrtFloat16Tests.cs | ||
| OrtIoBindingAllocationTest.cs | ||
| OrtValueTests.cs | ||
| TestDataLoader.cs | ||
| TrainingTest.cs | ||