onnxruntime
3fc9779d - [QNN EP] Minor fix weight name missing when not valid QDQ node group (#25887)

Commit
113 days ago
[QNN EP] Minor fix weight name missing when not valid QDQ node group (#25887) ### Description Minor fix weight name missing when not valid QDQ node group ### Motivation and Context Some quantized model failed QDQ node group validation, the weights then won't be folded as initializer. QNN EP failed to handle the dynamic weights here due to the transpose op input name look up. This change make sure we process the weights tensor before adding transposes.
Author
Parents
Loading