Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/training/tracking/
Dutil_test.py169 def __init__(self, primary_variable, mirrored_variable, name): argument
171 self._mirrored_variable = mirrored_variable
201 mirrored_variable=self.mirrored,
/external/tensorflow/tensorflow/python/distribute/
Dvalues.py1019 def __init__(self, mirrored_variable, primary_variable, name): argument
1020 self._mirrored_variable = mirrored_variable
/external/tensorflow/tensorflow/python/training/
Dsaver_test.py2996 def __init__(self, primary_variable, mirrored_variable, name): argument
2998 self._mirrored_variable = mirrored_variable
3023 mirrored_variable=self.mirrored,