Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/mixed_precision/
Dloss_scale_optimizer.py871 def _create_or_restore_slot_variable(self, slot_variable_position, slot_name, member in LossScaleOptimizer
873 return self._optimizer._create_or_restore_slot_variable( # pylint: disable=protected-access
1147 def _create_or_restore_slot_variable(self, slot_variable_position, slot_name, member in FakeOptimizerForRestoration
1149 return self._optimizer._create_or_restore_slot_variable( # pylint: disable=protected-access
/external/tensorflow/tensorflow/python/training/tracking/
Dbase.py277 trackable._create_or_restore_slot_variable( # pylint: disable=protected-access
302 optimizer_object._create_or_restore_slot_variable( # pylint: disable=protected-access
/external/tensorflow/tensorflow/python/training/
Doptimizer.py1180 def _create_or_restore_slot_variable( member in Optimizer
/external/tensorflow/tensorflow/python/keras/optimizer_v2/
Doptimizer_v2.py1338 def _create_or_restore_slot_variable( member in OptimizerV2