Use TensorFlow on multiple machines/devices.
Distributed TensorFlow is a set of techniques, that allow TensorFlow library to utilize multiple machines and/or devices simultaneously or sequentially. It can be used to build and train and deploy ML models, build ETL pipelines, or perform any computations. It covers tf.distribute.Strategy
API and any older methods.