onnxruntime/onnxruntime/test/common
Nick Kreeger d924fd205b
Create and move quantization tests to a shared Quantized utils file. (#8054)
* Create a shared quantization util for all unit tests.

* Cleanup qlinear_binary_op_test.cc

* save

* save

* save

* cleanup

* save

* cleanup for linux build
2021-06-16 17:00:36 -05:00
..
logging Fix logs getting skipped in single-line conditionals. (#7589) 2021-05-07 15:40:47 -07:00
cuda_op_test_utils.h
denormal_test.cc Update googletest to latest commit to fix build issues with GCC11 (#7984) 2021-06-08 16:06:53 -07:00
path_test.cc Last major set of ORT format model changes (#5056) 2020-09-05 07:59:01 +10:00
quantization_test_utils.h Create and move quantization tests to a shared Quantized utils file. (#8054) 2021-06-16 17:00:36 -05:00
string_utils_test.cc Rename MakeString and ParseString functions. (#6272) 2021-01-07 15:43:42 -08:00
tensor_op_test_utils.cc Loosen tolerance of CudaKernelTest.ReduceSum_MidTensor, allow test random seed to be regenerated within a test run. (#5675) 2020-11-03 10:37:00 -08:00
tensor_op_test_utils.h QDQ implementation (#7033) 2021-03-25 09:17:23 -07:00
utf8_util_test.cc