Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/distribute/
Dvalues.py1197 def __init__(self, sync_on_read_variable, name): argument
1198 self._sync_on_read_variable = sync_on_read_variable
1202 strategy = sync_on_read_variable._distribute_strategy # pylint: disable=protected-access
1203 return strategy.extended.read_var(sync_on_read_variable)
1209 dtype=sync_on_read_variable.dtype)