onnxruntime/onnxruntime/core
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
..
codegen
common Remove eigen device from thread pool 2020-05-01 02:21:57 -07:00
dll
framework Add test that C is unidirectionally broadcast-able before fusing the MatMul with Add. (#3780) 2020-05-02 07:36:21 +10:00
graph Function expansion support and Update ONNX to 1.7 release candidate 1. (#3782) 2020-05-01 10:35:16 -07:00
language_interop_ops
mlas Update documentation + Update mlas threading lib to use the new TrySimpleParallelFor. (#3779) 2020-05-01 00:23:06 -07:00
optimizer (MaximKalininMS) Fix Reshape Fusion and Crash in Reshape (#3777) 2020-05-02 00:20:00 -07:00
platform avoid using LocalFree on FormatMessageA buffer (#3772) 2020-04-30 20:51:09 -07:00
protobuf Address PR comments and clean up. (#3536) 2020-04-15 15:51:52 -07:00
providers (MaximKalininMS) Fix Reshape Fusion and Crash in Reshape (#3777) 2020-05-02 00:20:00 -07:00
session Remove eigen device from thread pool 2020-05-01 02:21:57 -07:00
util Remove eigen device from thread pool 2020-05-01 02:21:57 -07:00