onnxruntime/csharp/src/Microsoft.ML.OnnxRuntime
Michael Sharp 42f0c00f95
Adds the new System.Numerics.Tensors as an input/output type when using dotnet 8.0 and up. (#23261)
### Description
Adds the new System.Numerics.Tensors as an input/output type when using
dotnet 8.0 and up. It does not change/remove any of the existing API,
only adds additional ones.


### Motivation and Context
Now that C#/Dotnet has an official tensor type built into the language,
we want to expand the places that it can be used.
2025-01-27 10:58:38 -08: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
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 Adds the new System.Numerics.Tensors as an input/output type when using dotnet 8.0 and up. (#23261) 2025-01-27 10:58:38 -08:00
Microsoft.ML.OnnxRuntime.sln
NamedOnnxValue.shared.cs Fix C# warnings. (#21913) 2024-09-03 10:08:29 +10:00
NativeApiStatus.shared.cs
NativeMethods.shared.cs [CoreML] Create EP by AppendExecutionProvider (#22675) 2024-11-27 09:26:31 +08:00
NativeOnnxValueHelper.shared.cs Fix C# warnings. (#21913) 2024-09-03 10:08:29 +10:00
OrtAllocator.shared.cs
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
OrtLoraAdapter.shared.cs [C#] Expose Multi-Lora support in C# (#22281) 2024-10-02 10:00:43 -07:00
OrtThreadingOptions.shared.cs
OrtTypeInfo.shared.cs
OrtValue.shared.cs Adds the new System.Numerics.Tensors as an input/output type when using dotnet 8.0 and up. (#23261) 2025-01-27 10:58:38 -08: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 [CoreML] Create EP by AppendExecutionProvider (#22675) 2024-11-27 09:26:31 +08:00
SessionOptionsContainer.shared.cs
ShapeUtils.shared.cs