onnxruntime/onnxruntime
Tianlei Wu 3fab8ebfe9
(MaximKalininMS) Fix Reshape Fusion and Crash in Reshape (#3777)
* Fix a crash in Reshape
Reshape doesn't handle 0 input dimension properly, which leads to a
division by zero

* Fix reshape fusion
https://github.com/microsoft/onnxruntime/pull/3554 introduced a bug:
initializers can now come before Shape->Gather->Unsqueeze chains; if
those initializers have more than 1 element, expected dimensions in the
chains are now incorrect.

Authored-by: Max Kalinin <makalini@microsoft.com>
2020-05-02 00:20:00 -07:00
..
contrib_ops Remove eigen device from thread pool 2020-05-01 02:21:57 -07:00
core (MaximKalininMS) Fix Reshape Fusion and Crash in Reshape (#3777) 2020-05-02 00:20:00 -07:00
featurizers_ops/cpu Initial checkin (#3791) 2020-05-01 14:58:49 -07:00
gsl Fix static analysis warnings found by VC++ (#3530) 2020-04-16 01:46:47 -07:00
python Fix evaluation issues (#3538) 2020-04-28 21:03:37 -07:00
test (MaximKalininMS) Fix Reshape Fusion and Crash in Reshape (#3777) 2020-05-02 00:20:00 -07:00
tool/etw Fix static analysis warnings found by VC++ (#3530) 2020-04-16 01:46:47 -07:00
.style.yapf
__init__.py Rename API to onnxruntime.set_seed(<seed>) 2020-04-15 09:44:48 -07:00
ReformatSource.ps1
ReformatSourcePython.bat
VSCodeCoverage.runsettings