onnxruntime/onnxruntime/test
Tianlei Wu ccfbc56388
Handle dummy mask in Attention operators (#5108)
* Handle dummy mask with shape (1, 1) or (batch_size, 1).
2020-09-11 09:31:03 -07:00
..
api_tests_without_env Add option ORT_NO_EXCEPTIONS to disable most exception/throw in /onnxruntime/ (#4894) 2020-08-28 23:03:51 -07:00
common Last major set of ORT format model changes (#5056) 2020-09-05 07:59:01 +10:00
contrib_ops Handle dummy mask in Attention operators (#5108) 2020-09-11 09:31:03 -07:00
featurizers_ops Support for country-specific holidays in the DateTimeTransformer (#3701) 2020-04-26 11:12:26 -07:00
framework Remove IDeviceAllocator class as it doesn't extend IAllocator in any way. (#5067) 2020-09-10 00:46:35 -07:00
fuzzing Remove the private ONNX protobuf definition file (#4878) 2020-08-24 12:40:33 -07:00
global_thread_pools Fix a warning in global_thread_pools/test_inference.cc (#4987) 2020-09-01 20:45:22 -07:00
ir Enable rejecting models based on onnx opset (#4912) 2020-08-31 13:35:36 -07:00
mlas Implement QLinearMul in mlas (#4593) 2020-09-04 15:02:19 -07:00
onnx Enable onnxruntime_perf_test for ORT minimal build (#5126) 2020-09-11 01:58:11 -07:00
opaque_api Last major set of ORT format model changes (#5056) 2020-09-05 07:59:01 +10:00
optimizer Modify embedlayernorm fusion due to shape node merging (#4967) 2020-09-08 14:17:29 -07:00
perftest Enable onnxruntime_perf_test for ORT minimal build (#5126) 2020-09-11 01:58:11 -07:00
platform Last major set of ORT format model changes (#5056) 2020-09-05 07:59:01 +10:00
proto Remove the private ONNX protobuf definition file (#4878) 2020-08-24 12:40:33 -07:00
providers Remove SparseTensor support from minimal build. (#5114) 2020-09-11 17:56:54 +10:00
python Prevent registering both DML and CUDA EPs in an ML op test (#5078) 2020-09-08 11:13:50 -07:00
shared_lib Remove usage of macros for constants in public header. (#5061) 2020-09-05 01:27:20 -07:00
testdata Modify embedlayernorm fusion due to shape node merging (#4967) 2020-09-08 14:17:29 -07:00
tvm fixed a warning on an unreferenced local variable (#4861) 2020-08-19 19:20:55 -07:00
util Last major set of ORT format model changes (#5056) 2020-09-05 07:59:01 +10:00
win_getopt