STT-tensorflow/tensorflow/tools/api/golden/v1/tensorflow.distribute.-input-replication-mode.pbtxt
A. Unique TensorFlower a4bcedd676 Create tf.distribute namespace with the base classes and standard APIs
for distribution strategies. Strategy implementations will be in a
future change. Also rename DistributionStrategy to tf.distribute.Strategy,
and other changes to match.

RELNOTES: Expose tf.distribute.Strategy as the new name for
tf.contrib.distribute.DistributionStrategy.
PiperOrigin-RevId: 222097121
2018-11-19 10:26:57 -08:00

9 lines
196 B
Plaintext

path: "tensorflow.distribute.InputReplicationMode"
tf_class {
is_instance: "<enum \'InputReplicationMode\'>"
member {
name: "PER_WORKER"
mtype: "<enum \'InputReplicationMode\'>"
}
}