STT-tensorflow/tensorflow/tools/api/golden/v1/tensorflow.distribute.-reduce-op.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

13 lines
218 B
Plaintext

path: "tensorflow.distribute.ReduceOp"
tf_class {
is_instance: "<enum \'ReduceOp\'>"
member {
name: "MEAN"
mtype: "<enum \'ReduceOp\'>"
}
member {
name: "SUM"
mtype: "<enum \'ReduceOp\'>"
}
}