onnxruntime/onnxruntime/test/common
Dmitri Smirnov 853c4ff0a5
[C#, CPP] Introduce Float16/BFloat16 support and tests for C#, C++ (#16506)
### 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
2023-07-14 10:46:52 -07:00
..
logging Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
cuda_op_test_utils.h Fix CUDA tests for Ampere cards, and bump layernorm tests opset version (#14761) 2023-03-17 09:30:01 -07:00
denormal_test.cc
dnnl_op_test_utils.cc Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
dnnl_op_test_utils.h Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
narrow_test.cc Switch GSL to MS GSL 4.0.0 (#13416) 2022-10-29 04:15:20 -07:00
path_test.cc
quantization_test_utils.h
random_generator.h [C#, CPP] Introduce Float16/BFloat16 support and tests for C#, C++ (#16506) 2023-07-14 10:46:52 -07:00
random_generator_test.cc Rework CPU MeanVarianceNormalization kernel to support arbitrary axes. (#16420) 2023-06-26 15:29:50 -07:00
span_utils_test.cc Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
string_utils_test.cc
tensor_op_test_utils.cc Move tests from core/providers/cuda/test/* to test/providers/cuda/ and refactor CUDA UT (#16161) 2023-06-20 14:54:55 -07:00
tensor_op_test_utils.h [C#, CPP] Introduce Float16/BFloat16 support and tests for C#, C++ (#16506) 2023-07-14 10:46:52 -07:00
utf8_util_test.cc