onnxruntime/csharp/test/Microsoft.ML.OnnxRuntime.Te...
Scott McKay ba0bb43b00
Rework the native library usage so that a pre-built ORT native package can be easily used (#22345)
### 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.
2024-11-01 11:03:33 -07:00
..
Tensors Rework the native library usage so that a pre-built ORT native package can be easily used (#22345) 2024-11-01 11:03:33 -07:00
AssemblyInfo.cs Update C# test projects (#21631) 2024-09-05 08:21:23 +10:00
EqualityComparers.cs Add MAUI test app that can be used to test model loading and performance (#16658) 2023-07-18 08:21:18 +10:00
InferenceTest.cs [C#] Expose Multi-Lora support in C# (#22281) 2024-10-02 10:00:43 -07:00
Microsoft.ML.OnnxRuntime.Tests.Common.csproj Rework the native library usage so that a pre-built ORT native package can be easily used (#22345) 2024-11-01 11:03:33 -07:00
NativeLibraryInclude.props Rework the native library usage so that a pre-built ORT native package can be easily used (#22345) 2024-11-01 11:03:33 -07:00
OnnxData.cs Implement Optional Metadata support and C# test support (#15314) 2023-04-11 09:41:59 -07:00
OnnxMl.cs update OnnxMl.cs (#15702) 2023-04-28 11:20:29 -07:00
OrtEnvTests.cs Adust GetVersionString() GetBuildInfoString() signatures and move them to OrtApi (#15921) 2023-05-13 13:45:07 -07:00
OrtFloat16Tests.cs [C#, CPP] Introduce Float16/BFloat16 support and tests for C#, C++ (#16506) 2023-07-14 10:46:52 -07:00
OrtIoBindingAllocationTest.cs Fix C# warnings. (#21913) 2024-09-03 10:08:29 +10:00
OrtValueTests.cs Update C# test projects (#21631) 2024-09-05 08:21:23 +10:00
TestDataLoader.cs [C#] Rename unreleased API, add utilities (#16806) 2023-08-02 10:06:42 -07:00
TrainingTest.cs Add support for a collection of OrtValue as inputs and outputs to C# TrainingSession (#19048) 2024-01-25 21:55:36 -08:00