========== Tensorflow ========== **Distributed training with Native TensorFlow** TensorFlow is an open-source software framework for distributed deep learning training. Tensorflow has multiple strategies. The following are supported: 1. MirroredStrategy 2. MultiWorkerMirroredStrategy 3. ParameterServerStrategy .. toctree:: :maxdepth: 3 creating