onnxruntime/csharp/src/Microsoft.ML.OnnxRuntime
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
..
targets Use zipped xcframework in nuget package (#21663) 2024-08-09 17:38:18 +10:00
Tensors Update C# test projects (#21631) 2024-09-05 08:21:23 +10:00
Training bumps up version in main from 1.20 -> 1.21 (#22482) 2024-10-17 12:32:35 -07:00
AssemblyInfo.shared.cs Update C# test projects (#21631) 2024-09-05 08:21:23 +10:00
DisposableNamedOnnxValue.shared.cs Fix C# warnings. (#21913) 2024-09-03 10:08:29 +10:00
Exceptions.shared.cs [C#] Implement OrtValue APIs (#16206) 2023-06-29 08:59:23 -07:00
FixedBufferOnnxValue.shared.cs Update C# test projects (#21631) 2024-09-05 08:21:23 +10:00
InferenceSession.shared.cs Fix C# warnings. (#21913) 2024-09-03 10:08:29 +10:00
ManagedProjections.shared.cs Fix C# warnings. (#21913) 2024-09-03 10:08:29 +10:00
Microsoft.ML.OnnxRuntime.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
Microsoft.ML.OnnxRuntime.sln
NamedOnnxValue.shared.cs Fix C# warnings. (#21913) 2024-09-03 10:08:29 +10:00
NativeApiStatus.shared.cs [C#] Implement OrtValue APIs (#16206) 2023-06-29 08:59:23 -07:00
NativeMethods.shared.cs [C#] Expose Multi-Lora support in C# (#22281) 2024-10-02 10:00:43 -07:00
NativeOnnxValueHelper.shared.cs Fix C# warnings. (#21913) 2024-09-03 10:08:29 +10:00
OrtAllocator.shared.cs [C#] Rename unreleased API, add utilities (#16806) 2023-08-02 10:06:42 -07:00
OrtEnv.shared.cs Fix C# warnings. (#21913) 2024-09-03 10:08:29 +10:00
OrtFloat16.shared.cs Add numeric_limits for MLFloat16 and BFloat16 (#22197) 2024-09-25 17:10:05 -07:00
OrtIoBinding.shared.cs Update C# test projects (#21631) 2024-09-05 08:21:23 +10:00
OrtLoggingLevel.shared.cs [C#] Allow passing various options when creating singleton Environment object. (#14723) 2023-04-18 21:49:55 -07:00
OrtLoraAdapter.shared.cs [C#] Expose Multi-Lora support in C# (#22281) 2024-10-02 10:00:43 -07:00
OrtThreadingOptions.shared.cs [C#] Allow passing various options when creating singleton Environment object. (#14723) 2023-04-18 21:49:55 -07:00
OrtTypeInfo.shared.cs [C#] Implement OrtValue APIs (#16206) 2023-06-29 08:59:23 -07:00
OrtValue.shared.cs Update C# test projects (#21631) 2024-09-05 08:21:23 +10:00
OrtValueTensor.shared.cs Update C# test projects (#21631) 2024-09-05 08:21:23 +10:00
PrepackedWeightsContainer.shared.cs
ProviderOptions.shared.cs [CoreML ML Program] support acclerators selector (#22383) 2024-10-15 11:50:11 +08:00
RunOptions.shared.cs [C#] Expose Multi-Lora support in C# (#22281) 2024-10-02 10:00:43 -07:00
SessionOptions.shared.cs Fix C# warnings. (#21913) 2024-09-03 10:08:29 +10:00
SessionOptionsContainer.shared.cs
ShapeUtils.shared.cs [C#] Rename unreleased API, add utilities (#16806) 2023-08-02 10:06:42 -07:00