Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/optimizer_v2/
Doptimizer_v2.py292 self._restore_slot_variable(
323 self._restore_slot_variable(
345 self._restore_slot_variable(
461 def _restore_slot_variable(self, slot_name, variable, slot_variable): member in _OptimizerV2State
/external/tensorflow/tensorflow/python/training/
Doptimizer.py1089 self._restore_slot_variable(
1115 self._restore_slot_variable(
1136 self._restore_slot_variable(
1146 def _restore_slot_variable(self, slot_name, variable, slot_variable): member in Optimizer
/external/tensorflow/tensorflow/python/keras/optimizer_v2/
Doptimizer_v2.py550 self._restore_slot_variable(
849 def _restore_slot_variable(self, slot_name, variable, slot_variable): member in OptimizerV2