onnxruntime
b4e50758 - Fix shape conv fuse opt (#20282)

Commit
1 year ago
Fix shape conv fuse opt (#20282) FIx: - Multiples Convs into an Add+Relu will fuse the op although intermediates are needed ![image](https://github.com/microsoft/onnxruntime/assets/44298237/0c85a30c-5f41-4e62-ae2e-f41eada6c2c3) - Also fixes an issue with Shape Initializers Merge as input, that occurs when the input initializer is the same across multiple nodes but not all nodes are Shape nodes.
Author
Parents
Loading