- `Reshape`, `Transpose`
- Special support for ShuffleNet patterns
- `5D Reshape -> 5D Transpose -> 4D Reshape`
- e.g. `1,2,72,16,16 -> 1,72,2,16,16 -> 1,144,16,16`
- At this time, only the channel shuffling pattern of image processing is supported.
- [[nanodet-plus] Conv layer shape wrong 15](https://github.com/PINTO0309/onnx2tf/issues/15)
|ONNX|TFLite|
|:-:|:-:|
|||
**Full Changelog**: https://github.com/PINTO0309/onnx2tf/compare/1.1.28...1.1.29