- Added `PReLU` optimization option - Converting a model with this option will decompose the PReLU into primitive layers. - This is effective when hardware accelerators are optimized for primitive layers.
-rpr, --replace_prelu_to_pseudo_prelu Replace PReLU with a pseudo PReLU.
- [10 [Query][tflite]The tool or cmdline to support NCHW between NHWC](https://github.com/PINTO0309/onnx2tf/issues/10) - Support for `QLinearConv`, `QLinearMul`, `QLinearAdd` - `Flatten` - bug fixes - `QLinearMatMul` - bug fixes
- `Flatten` - Added `Flatten` transposition process, transposition behavior similar to `Reshape`. - Just before the `Flatten` process, a forced inversion to NCHW format is applied. - Improved `replace.json` to be unnecessary only in some situations.