tf.contrib.distribute.get_cross_replica_context

Returns the current tf.distribute.Strategy if in a cross-replica context.

DEPRECATED: Please use in_cross_replica_context() and get_strategy() instead.

Returns
Returns the current tf.distribute.Strategy object in a cross-replica context, or None.

Exactly one of get_replica_context() and get_cross_replica_context() will return None in a particular block.

© 2020 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r1.15/api_docs/python/tf/contrib/distribute/get_cross_replica_context