- Fixed a problem with `broadcast` and `shared_axes` calculations aborting when the following pattern `PReLU` is used.
input_tensor.shape: [1,2,3,4]
slope.shape: [1,1,1]
shared_axes: [1,2,3]
- `Conv`
- Move workaround processing of shape mismatch errors to before padding is performed.
- https://github.com/PINTO0309/PINTO_model_zoo/tree/main/353_ShadowFormer
What's Changed
* 1. Support for `PReLU` special patterns. 2. Move workaround processing of shape mismatch errors to before padding is performed. `Conv` by PINTO0309 in https://github.com/PINTO0309/onnx2tf/pull/204
**Full Changelog**: https://github.com/PINTO0309/onnx2tf/compare/1.7.5...1.7.6