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

  /external/tensorflow/tensorflow/python/training/
session_manager.py 154 checkpoint_filename_with_path=None,
166 checkpoint_filename_with_path: Full file name path to the checkpoint file.
176 ValueError: If both checkpoint_dir and checkpoint_filename_with_path are
182 if checkpoint_dir and checkpoint_filename_with_path:
184 "checkpoint_filename_with_path.")
187 if not saver or not (checkpoint_dir or checkpoint_filename_with_path):
190 if checkpoint_filename_with_path:
191 saver.restore(sess, checkpoint_filename_with_path)
216 checkpoint_filename_with_path=None,
246 checkpoint_filename_with_path: Full file name path to the checkpoint file
    [all...]
monitored_session.py 406 checkpoint_filename_with_path=None):
416 checkpoint_filename_with_path: Full file name path to the checkpoint file.
419 self._checkpoint_filename_with_path = checkpoint_filename_with_path
442 checkpoint_filename_with_path=self._checkpoint_filename_with_path,
    [all...]
evaluation.py 200 checkpoint_filename_with_path=checkpoint_path,
session_manager_test.py 133 checkpoint_filename_with_path=None):
146 checkpoint_filename_with_path=checkpoint_filename_with_path)
177 checkpoint_filename_with_path=saver_lib.latest_checkpoint(
179 # Cannot set both checkpoint_dir and checkpoint_filename_with_path.
183 checkpoint_filename_with_path=saver_lib.latest_checkpoint(
monitored_session_test.py     [all...]
  /external/tensorflow/tensorflow/contrib/predictor/
contrib_estimator_predictor.py 61 checkpoint_filename_with_path=checkpoint_path))
  /external/tensorflow/tensorflow/contrib/training/python/training/
evaluation.py 442 checkpoint_filename_with_path=checkpoint_path,
  /external/tensorflow/tensorflow/python/estimator/
estimator.py 494 checkpoint_filename_with_path=checkpoint_path,
    [all...]
  /external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
estimator.py     [all...]

Completed in 253 milliseconds