onnxruntime/onnxruntime
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
..
contrib_ops Refactor prepack buffer code (#16280) 2023-06-08 14:42:02 -07:00
core Fix Reshape check (#16349) 2023-06-15 13:50:53 +08:00
python Add vocab masks to Whisper export with beam search (#16180) 2023-06-08 12:36:35 -07:00
test Fix Reshape check (#16349) 2023-06-15 13:50:53 +08:00
tool/etw Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
wasm [js/webgpu] following up for JSEP/WebGPU code cleanup (#15666) 2023-04-25 21:20:03 -07:00
__init__.py Update VERSION_NUMBER (#15773) 2023-05-03 15:07:34 -07:00
ReformatSource.ps1 Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
ReformatSourcePython.bat
VSCodeCoverage.runsettings