Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/checkpoint/python/
Dsplit_dependency.py30 def __init__(self, name, dtype, save_callback, restore_callback): argument
31 self._restore_callback = restore_callback
90 restore_callback=self._restore)
/external/tensorflow/tensorflow/python/training/tracking/
Dpython_state.py91 restore_callback=self.deserialize)
Dbase.py137 def __init__(self, name, state_callback, restore_callback=None): argument
148 self._has_trivial_state_callback = (restore_callback is None)
153 self._restore_callback = restore_callback
Dbase_test.py77 restore_callback=lambda x: None)}