Home
last modified time | relevance | path

Searched refs:_get_default_replica_context (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/distribute/
Ddistribution_strategy_context.py77 _get_default_replica_context())
332 def _get_default_replica_context(): function
Ddistribute_lib_test.py127 t.assertIs(ds_context._get_default_replica_context(),
455 self.assertIs(ds_context._get_default_replica_context(), replica_ctx)
/external/tensorflow/tensorflow/python/keras/saving/saved_model/
Dsave.py93 …with distribution_strategy_context._get_default_replica_context(): # pylint: disable=protected-ac…