Searched refs:_restore_slot_variable (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/python/training/ |
D | optimizer.py | 1110 self._restore_slot_variable( 1136 self._restore_slot_variable( 1158 self._restore_slot_variable( 1168 def _restore_slot_variable(self, slot_name, variable, slot_variable): member in Optimizer
|
/external/tensorflow/tensorflow/python/keras/mixed_precision/ |
D | loss_scale_optimizer.py | 867 def _restore_slot_variable(self, slot_name, variable, slot_variable): member in LossScaleOptimizer 868 …return self._optimizer._restore_slot_variable(slot_name, variable, # pylint: disable=protected-ac…
|
/external/tensorflow/tensorflow/python/keras/optimizer_v2/ |
D | optimizer_v2.py | 915 self._restore_slot_variable( 1326 def _restore_slot_variable(self, slot_name, variable, slot_variable): member in OptimizerV2
|