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.py1130 def __init__(self, sync_on_read_variable, name): argument
1131 self._sync_on_read_variable = sync_on_read_variable
1133 sync_on_read_variable, sync_on_read_variable._primary, name)