onnxruntime/onnxruntime/test
suffiank 7f5339505e
Discover trainable parameters using reverse DFS from loss node (#4116)
Discover trainable parameters using reverse DFS from loss node, omitting recursion along untrainable inputs.

Co-authored-by: suffian khan <sukha@OrtTrainingDev4.af05slrtruoetgaxwwjv5nsq5e.px.internal.cloudapp.net>
Co-authored-by: suffian khan <sukha@microsoft.com>
2020-06-08 14:16:10 -07:00
..
api_tests_without_env Fix crash reported in #4070. (#4091) 2020-06-01 15:27:14 -07:00
common Address flaky test ReduceApiTest.Sum. (#3716) 2020-05-01 09:18:26 -07:00
contrib_ops Implement quantized Attention on cpu (#4111) 2020-06-03 13:42:00 -07:00
featurizers_ops Support for country-specific holidays in the DateTimeTransformer (#3701) 2020-04-26 11:12:26 -07:00
framework Handle mem pattern allocation failure better. Make BFCArena behavior more consistent (#4062) 2020-06-05 18:54:01 +10:00
global_thread_pools Fix (#3812) 2020-05-05 02:08:13 -07:00
ir Discover trainable parameters using reverse DFS from loss node (#4116) 2020-06-08 14:16:10 -07:00
mlas MLAS: Add MlasComputeSoftmax/MlasComputeExp (#3846) 2020-05-07 14:02:01 -07:00
onnx General enhancements/cleanups to test exes (#4109) 2020-06-04 07:01:39 +10:00
opaque_api Fix static analysis warnings found by VC++ (#3530) 2020-04-16 01:46:47 -07:00
optimizer Add check of graph output in Bert Fusions (#4126) 2020-06-06 00:06:07 -07:00
perftest General enhancements/cleanups to test exes (#4109) 2020-06-04 07:01:39 +10:00
platform Use OrtMutex and OrtCondVar everywhere instead of std::mutex/std::condition_variable for consistency. 2020-06-03 08:42:16 -07:00
proto
providers Add ArmNN Execution Provider (#3714) 2020-06-03 22:57:51 +05:30
python handle loss and name marching wrappers (#4066) 2020-06-05 23:34:26 -07:00
shared_lib Fix crash reported in #4070. (#4091) 2020-06-01 15:27:14 -07:00
testdata Add check of graph output in Bert Fusions (#4126) 2020-06-06 00:06:07 -07:00
tvm Add support for sessions to share a global threadpool. (#3177) 2020-03-18 15:42:46 -07:00
util General enhancements/cleanups to test exes (#4109) 2020-06-04 07:01:39 +10:00
win_getopt