onnxruntime/csharp/test/Microsoft.ML.OnnxRuntime.Tests.NetCoreApp
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
..
InferenceTest.netcore.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
Microsoft.ML.OnnxRuntime.Tests.NetCoreApp.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