onnxruntime/onnxruntime
Hector Li d1e8d4a261
[QNN EP] Fix an issue for Conv with dynamic weights (#16235)
### Description
Fix an issue for Conv with dynamic weights
Root cause:
Conv op builder create the weight input tensor with wrong name. With dynamic weight, Transpose node is inserted. Conv op builder should use the new name which is Transpose output. It cause the weight producer has wrong output shape.
2023-06-08 17:09:35 -07:00
..
contrib_ops Refactor prepack buffer code (#16280) 2023-06-08 14:42:02 -07:00
core [QNN EP] Fix an issue for Conv with dynamic weights (#16235) 2023-06-08 17:09:35 -07:00
python Add vocab masks to Whisper export with beam search (#16180) 2023-06-08 12:36:35 -07:00
test [QNN EP] Fix an issue for Conv with dynamic weights (#16235) 2023-06-08 17:09:35 -07: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