onnxruntime/onnxruntime/test
Ye Wang b693cb1370 Fix a bug in EmbedLayerNorm fusion (#5150)
* fix embedlayernorm bug

* review comments

* interim checkin

* review comments

* Fix core dump in MacOS

* remove unnecessary lines

* update document

* Update graph_utils.cc

* Update onnx_exporter.py

* resolve comments
2020-09-23 16:50:58 -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 MLAS: add sgemm weight prepacking (#5183) 2020-09-17 08:39:47 -07:00
featurizers_ops
framework Add GetStartTime() for profiler to get private profiling_start_time_ (#4994) 2020-09-17 08:39:47 -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 MLAS: add sgemm weight prepacking (#5183) 2020-09-17 08:39:47 -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 Fix a bug in EmbedLayerNorm fusion (#5150) 2020-09-23 16:50:58 -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 MLAS: add sgemm weight prepacking (#5183) 2020-09-17 08:39:47 -07:00
python Exclude a few python tests for the DML EP (#5135) 2020-09-11 16:40:02 -07:00
shared_lib Refactor TensorAt, prepare for release (#5180) 2020-09-17 08:39:47 -07:00
testdata Change the version check of ort format save/load (#5140) 2020-09-11 23:11:31 -07:00
tvm fixed a warning on an unreferenced local variable (#4861) 2020-08-19 19:20:55 -07:00
util [OpenVINO-EP] Enable EP config options for VPU hardware (#5119) 2020-09-14 15:46:14 -07:00
win_getopt