onnxruntime/onnxruntime/test
ashbhandare fc2f36c608
Shape independent gradient builder for Concat (#4675)
* Add gradient for ConcatTraining

* Graph rewriter changes for concat

* Add generated onnx graph, minor fixes

* Revert unintended change

* Fix for MaxPoolGradTest

* Fix UT

* Review comments, windows tests

* Review comments
2020-08-06 14:39:33 -07:00
..
api_tests_without_env Fix crash reported in #4070. (#4091) 2020-06-01 15:27:14 -07:00
common adding concat logic when initial path is empty (#4525) 2020-07-16 23:46:12 -07:00
contrib_ops Enable MatMul + Scale fusion (#4669) 2020-08-04 16:27:22 -07:00
featurizers_ops Support for country-specific holidays in the DateTimeTransformer (#3701) 2020-04-26 11:12:26 -07:00
framework Fix regression introduced in cast transformer (#4658) 2020-07-29 23:32:01 -07:00
fuzzing Onnxruntime fuzzing (#4341) 2020-07-06 16:34:34 -07:00
global_thread_pools Fix (#3812) 2020-05-05 02:08:13 -07:00
ir Add build option to disable traditional ML ops from the binary. (#4272) 2020-06-20 06:36:06 -07:00
mlas Fix avx2 load 32 bytes buffer overrun. (#4455) 2020-07-09 15:54:31 -07:00
onnx Support easy way to request verbose logging in test runner (#4676) 2020-08-03 15:25:55 -07:00
opaque_api Fix static analysis warnings found by VC++ (#3530) 2020-04-16 01:46:47 -07:00
optimizer Enable MatMul + Scale fusion (#4669) 2020-08-04 16:27:22 -07:00
perftest Use OpenMP-like synchronization patterns in Eigen thread pool (#4236) 2020-06-22 10:04:53 +01:00
platform Stress-test and fix thread pool when work queues are full (#4690) 2020-08-04 10:19:49 +01:00
proto
providers [Android NNAPI EP] Enable test for BatchNormalization, enable dev_mode for Android, fix some issues in concat (#4715) 2020-08-06 14:11:59 -07:00
python [Nuphar] added Gemm-to-MatMul conversion in model editor (#4691) 2020-08-05 13:31:30 -07:00
shared_lib EnrichPyOpUT (#4681) 2020-08-05 14:11:56 -07:00
testdata Shape independent gradient builder for Concat (#4675) 2020-08-06 14:39:33 -07:00
tvm
util General enhancements/cleanups to test exes (#4109) 2020-06-04 07:01:39 +10:00
win_getopt