onnxruntime/onnxruntime/test/common
Andrew Fantino 7303a90f49
Fix build errors from date/date.h C++20 compatibility (#20139)
### Description
For C++ standards >= 20, use `std::chrono::operator<<` in place of
`date::operator<<` to fix ambiguous operator compile error.

### Motivation and Context
The external dependency HowardHinnant/date has a conflict with
std::chrono for >=C++20.
Solves #20137
2024-04-02 22:10:25 -07:00
..
logging Fix build errors from date/date.h C++20 compatibility (#20139) 2024-04-02 22:10:25 -07:00
cuda_op_test_utils.cc Exclude TRT provider in tests crashed in A100 (#19972) 2024-03-19 11:36:42 -07:00
cuda_op_test_utils.h Exclude TRT provider in tests crashed in A100 (#19972) 2024-03-19 11:36:42 -07:00
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 [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
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
trt_op_test_utils.h Exclude TRT provider in tests crashed in A100 (#19972) 2024-03-19 11:36:42 -07:00
utf8_util_test.cc