mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-18 21:21:17 +00:00
### 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. |
||
|---|---|---|
| .. | ||
| targets | ||
| Tensors | ||
| Training | ||
| AssemblyInfo.shared.cs | ||
| DisposableNamedOnnxValue.shared.cs | ||
| Exceptions.shared.cs | ||
| FixedBufferOnnxValue.shared.cs | ||
| InferenceSession.shared.cs | ||
| ManagedProjections.shared.cs | ||
| Microsoft.ML.OnnxRuntime.csproj | ||
| Microsoft.ML.OnnxRuntime.sln | ||
| NamedOnnxValue.shared.cs | ||
| NativeApiStatus.shared.cs | ||
| NativeMethods.shared.cs | ||
| NativeOnnxValueHelper.shared.cs | ||
| OrtAllocator.shared.cs | ||
| OrtEnv.shared.cs | ||
| OrtFloat16.shared.cs | ||
| OrtIoBinding.shared.cs | ||
| OrtLoggingLevel.shared.cs | ||
| OrtLoraAdapter.shared.cs | ||
| OrtThreadingOptions.shared.cs | ||
| OrtTypeInfo.shared.cs | ||
| OrtValue.shared.cs | ||
| OrtValueTensor.shared.cs | ||
| PrepackedWeightsContainer.shared.cs | ||
| ProviderOptions.shared.cs | ||
| RunOptions.shared.cs | ||
| SessionOptions.shared.cs | ||
| SessionOptionsContainer.shared.cs | ||
| ShapeUtils.shared.cs | ||