mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
### Description Introduce `Float16/BFloat16` support for C# and C++ APIs. User should be able to perform conversions from `float` to/from `Float16/BFloat16`, compare values and tests for `NaN, Inifnity, and whether the number is denormalized.` ### Motivation and Context User filed issues such as: https://github.com/microsoft/onnxruntime/issues/14303 |
||
|---|---|---|
| .. | ||
| Microsoft.AI.MachineLearning.Tests | ||
| Microsoft.AI.MachineLearning.Tests.DotNet5_0 | ||
| Microsoft.AI.MachineLearning.Tests.Uwp | ||
| Microsoft.ML.OnnxRuntime.EndToEndTests | ||
| Microsoft.ML.OnnxRuntime.EndToEndTests.Mobile | ||
| Microsoft.ML.OnnxRuntime.Tests.Common | ||
| Microsoft.ML.OnnxRuntime.Tests.Devices | ||
| Microsoft.ML.OnnxRuntime.Tests.Droid | ||
| Microsoft.ML.OnnxRuntime.Tests.iOS | ||
| Microsoft.ML.OnnxRuntime.Tests.NetCoreApp | ||