- `DepthToSpace`
- Fix incorrect conversion of `DepthToSpace` in `CRD` mode
- `common_functions`
- Consider tuple as input shape for `pre_explicit_broadcast`
- `Flatten`
- Use Keras `Flatten()` if there are two or more undefined dimensions
- `Slice`
- Consider the case where `starts`, `ends`, and `steps` are variables
- `IF`
- Consider the case where a constant is included in the output of a subgraph
What's Changed
* Fix incorrect conversion of DepthToSpace in CRD mode by Shakarim94 in https://github.com/PINTO0309/onnx2tf/pull/92
* Fix `pre explicit broadcast`, `Flatten`, `Slice`, `IF` by PINTO0309 in https://github.com/PINTO0309/onnx2tf/pull/94
New Contributors
* Shakarim94 made their first contribution in https://github.com/PINTO0309/onnx2tf/pull/92
**Full Changelog**: https://github.com/PINTO0309/onnx2tf/compare/1.3.14...1.3.15