onnxruntime/onnxruntime/core
pengwa 574e17ade4
Fix Reshape check (#16349)
### Fix Reshape check

3D->2D reshape by merging the first dims. 

There is a bug for the case. 

```mermaid
stateDiagram
    [768,12,64] --> Reshape
    (—1,768) --> Reshape
   Reshape --> [768,768]
```
   


The Reshape pass the upstream Reshape check, but it should not. 

### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
2023-06-15 13:50:53 +08:00
..
codegen
common
dll
dlpack
eager
flatbuffers
framework Fix cuda graph capture (#15005) 2023-06-14 18:10:20 -07:00
graph
language_interop_ops
mlas DML EP and MLAS buffer allocator - increase alignment to 64 bytes for AVX-512 processing (#15141) 2023-06-01 16:32:55 -07:00
optimizer Fix Reshape check (#16349) 2023-06-15 13:50:53 +08:00
platform Fix native onnxruntime library not loading in Azure App Service (#16286) 2023-06-09 18:40:51 +10:00
providers [WebNN EP] Support Shape op (#16282) 2023-06-14 20:31:01 -07:00
quantization Refactor prepack buffer code (#16280) 2023-06-08 14:42:02 -07:00
session Fix cuda graph capture (#15005) 2023-06-14 18:10:20 -07:00
util