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

  /external/tensorflow/tensorflow/contrib/checkpoint/python/
python_state_test.py 54 loader.restore(first_save_path).initialize_or_restore()
  /external/tensorflow/tensorflow/python/training/tracking/
util_with_v1_optimizers_test.py 341 status.initialize_or_restore()
369 status.initialize_or_restore(session=session)
410 status.initialize_or_restore()
448 status.initialize_or_restore()
628 second_root_trackable.restore(None).initialize_or_restore()
681 status.initialize_or_restore()
703 status.initialize_or_restore()
730 status.initialize_or_restore(
    [all...]
util_test.py 371 checkpoint.restore(save_path).assert_consumed().initialize_or_restore()
377 checkpoint.restore(save_path).assert_consumed().initialize_or_restore()
513 status.initialize_or_restore(session=session)
556 status.initialize_or_restore()
649 status.initialize_or_restore()
    [all...]
python_state_test.py 168 loader.restore(first_save_path).initialize_or_restore()
util.py 224 # run_restore_ops/initialize_or_restore on the status object for name-based
484 def initialize_or_restore(self, session=None): member in class:_LoadStatus
637 def initialize_or_restore(self, session=None): member in class:CheckpointLoadStatus
674 `initialize_or_restore` works on objects of both types, and will
701 Use `initialize_or_restore` for initializing if no checkpoint was passed
711 def initialize_or_restore(self, session=None): member in class:InitializationOnlyStatus
817 def initialize_or_restore(self, session=None): member in class:NameBasedSaverStatus
    [all...]
tracking_test.py 184 checkpoint.restore(save_path).assert_consumed().initialize_or_restore()
  /external/tensorflow/tensorflow/python/data/kernel_tests/
iterator_checkpoint_test.py 122 checkpoint_directory)).initialize_or_restore()
  /external/tensorflow/tensorflow/contrib/optimizer_v2/
checkpointable_utils_test.py 316 status.initialize_or_restore(session=session)
356 status.initialize_or_restore()
395 status.initialize_or_restore()
564 second_root_trackable.restore(None).initialize_or_restore()
717 status.initialize_or_restore()
    [all...]

Completed in 870 milliseconds