- `Softmax`, `LayerNormalization`
- If all axes are of different sizes and the axis sizes specified in axis are the same in onnx and TensorFlow, skip the accuracy check.
- Faster model transformations in some architectures, such as Transformer.
- OPs with multiple axes of the same size are corrected for accuracy as usual, so the conversion speed is not accelerated.
What's Changed
* If all axes are of different sizes and the axis sizes specified in axis are the same in onnx and TensorFlow, skip the accuracy check. by PINTO0309 in https://github.com/PINTO0309/onnx2tf/pull/534
**Full Changelog**: https://github.com/PINTO0309/onnx2tf/compare/1.18.10...1.18.11