Searched refs:restore_uid (Results 1 – 17 of 17) sorted by relevance
/external/tensorflow/tensorflow/python/training/tracking/ |
D | base.py | 409 def restore_uid(self): member in CheckpointPosition 410 return self._checkpoint.restore_uid 523 if self._update_uid < checkpoint.restore_uid: 525 self._update_uid = checkpoint.restore_uid 610 and (initializer.restore_uid 611 > checkpoint_initializer.restore_uid))): 668 key=lambda restore: restore.checkpoint.restore_uid) 754 key=lambda restore: restore.checkpoint.restore_uid, 761 key=lambda checkpoint: checkpoint.restore_uid, 790 if checkpoint.restore_uid > self._update_uid: [all …]
|
D | util.py | 78 self.restore_uid = ops.uid() 178 self.restore_uid = ops.uid() 585 … and trackable._update_uid < self._checkpoint.restore_uid): # pylint: disable=protected-access 663 and (getattr(c, "_update_uid", self._checkpoint.restore_uid - 1) 664 < self._checkpoint.restore_uid)] 679 def __init__(self, graph_view, restore_uid): argument 680 self._restore_uid = restore_uid 768 if trackable._update_uid < self._checkpoint.restore_uid: 796 if trackable._update_uid < self._checkpoint.restore_uid: 797 trackable._update_uid = self._checkpoint.restore_uid
|
/external/openssh/ |
D | auth-rhosts.c | 218 restore_uid(); in auth_rhosts2() 313 restore_uid(); in auth_rhosts2() 322 restore_uid(); in auth_rhosts2()
|
D | auth-krb5.c | 114 restore_uid(); in auth_krb5_password() 152 restore_uid(); in auth_krb5_password() 194 restore_uid(); in auth_krb5_password()
|
D | auth2-pubkey.c | 420 restore_uid(); in subprocess() 426 restore_uid(); in subprocess() 436 restore_uid(); in subprocess() 444 restore_uid(); in subprocess() 622 restore_uid(); in match_principals_file() 627 restore_uid(); in match_principals_file() 750 restore_uid(); in match_principals_command() 959 restore_uid(); in user_key_allowed2() 1079 restore_uid(); in user_key_command_allowed2()
|
D | uidswap.h | 16 void restore_uid(void);
|
D | uidswap.c | 179 restore_uid(void) in restore_uid() function
|
D | session.c | 178 restore_uid(); in auth_sock_cleanup_proc() 203 restore_uid(); in auth_input_request_forwarding() 216 restore_uid(); in auth_input_request_forwarding()
|
D | auth.c | 456 restore_uid(); in check_key_in_hostfiles()
|
D | sshd.c | 2127 restore_uid();
|
/external/tensorflow/tensorflow/contrib/eager/python/ |
D | parameter_server.py | 134 self._update_uid = initial_value.checkpoint_position.restore_uid
|
/external/tensorflow/tensorflow/contrib/optimizer_v2/ |
D | optimizer_v2.py | 456 key=lambda restore: restore.checkpoint.restore_uid, 469 key=lambda position: position.restore_uid, reverse=True)
|
/external/tensorflow/tensorflow/python/eager/ |
D | def_function.py | 118 self._update_uid = initial_value.checkpoint_position.restore_uid
|
/external/tensorflow/tensorflow/python/keras/optimizer_v2/ |
D | optimizer_v2.py | 856 deferred_restorations.sort(key=lambda position: position.restore_uid,
|
/external/tensorflow/tensorflow/python/training/ |
D | optimizer.py | 1153 deferred_restorations.sort(key=lambda position: position.restore_uid,
|
/external/tensorflow/tensorflow/python/ops/ |
D | resource_variable_ops.py | 510 self._update_uid = initial_value.checkpoint_position.restore_uid
|
D | variables.py | 1525 self._update_uid = initial_value.checkpoint_position.restore_uid
|