mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-07 00:13:17 +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 |
||
|---|---|---|
| .. | ||
| logging | ||
| cuda_op_test_utils.h | ||
| denormal_test.cc | ||
| dnnl_op_test_utils.cc | ||
| dnnl_op_test_utils.h | ||
| narrow_test.cc | ||
| path_test.cc | ||
| quantization_test_utils.h | ||
| random_generator.h | ||
| random_generator_test.cc | ||
| span_utils_test.cc | ||
| string_utils_test.cc | ||
| tensor_op_test_utils.cc | ||
| tensor_op_test_utils.h | ||
| utf8_util_test.cc | ||