HomeSort by relevance Sort by last modified time
    Searched refs:_update_uid (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/python/training/
checkpointable.py 303 if hasattr(self, "_update_uid"):
307 self._update_uid = -1
495 if checkpoint.restore_uid > self._update_uid:
498 self._update_uid = checkpoint.restore_uid
  /external/tensorflow/tensorflow/contrib/eager/python/
checkpointable_utils.py 343 if checkpointable._update_uid < self._checkpoint.restore_uid: # pylint: disable=protected-access
  /external/tensorflow/tensorflow/python/ops/
resource_variable_ops.py 354 self._update_uid = initial_value.checkpoint_position.restore_uid
    [all...]
variables.py 312 self._update_uid = initial_value.checkpoint_position.restore_uid
    [all...]

Completed in 206 milliseconds