Commits


Hector Li authored and GitHub committed d1e8d4a2613
[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.