LostTech.TensorFlow : API Documentation

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.

Properties

Public properties

object extended get;

object extended_dyn get;

int num_replicas_in_sync get;

object num_replicas_in_sync_dyn get;

object PythonObject get;