Type CollectiveAllReduceStrategy
Namespace tensorflow.contrib.distribute
Parent Strategy
Interfaces ICollectiveAllReduceStrategy
Distribution strategy that uses collective ops for all-reduce. *** contrib version *** It is similar to the MirroredStrategy but it uses collective ops for
reduction. When `cluster_spec` is given by the `configure` method, it turns into the
mulit-worker version that works on multiple workers with between-graph
replication. Note: `configure` will be called by higher-level APIs if running in
distributed environment.