Changes:
- Add support for TensorFlow 2.x file format (.h5, SavedModel, and concrete functions).
- Add support for several new ops, such as `AddV2`, `FusedBatchNormV3` for iOS 13+.
- Bug fixes in the TensorFlow converter's op fusion graph pass.
- New `minimum_ios_deployment_target` flag (replacing previous `target_ios` which causes confusions). This flag can be utilized for setting **minimum** targeting iOS, e.g., the model converted with `minimum_ios_deployment_target='12'` will support iOS 12, iOS 13, and later.
Known Issues:
- `tf.keras` model conversion supported only with TensorFlow 2
- Currently, there are issues while invoking the TensorFlow 2.x model conversion in Python 2.x.
- Currently, there are issues while converting `tf.keras` graphs that contain recurrent layers.