Searched refs:_create_or_restore_slot_variable (Results 1 – 4 of 4) sorted by relevance
871 def _create_or_restore_slot_variable(self, slot_variable_position, slot_name, member in LossScaleOptimizer873 return self._optimizer._create_or_restore_slot_variable( # pylint: disable=protected-access1147 def _create_or_restore_slot_variable(self, slot_variable_position, slot_name, member in FakeOptimizerForRestoration1149 return self._optimizer._create_or_restore_slot_variable( # pylint: disable=protected-access
277 trackable._create_or_restore_slot_variable( # pylint: disable=protected-access302 optimizer_object._create_or_restore_slot_variable( # pylint: disable=protected-access
1180 def _create_or_restore_slot_variable( member in Optimizer
1338 def _create_or_restore_slot_variable( member in OptimizerV2