Home
last modified time | relevance | path

Searched refs:checkpoint_filename_with_path (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/python/training/
Dsession_manager.py154 checkpoint_filename_with_path=None, argument
182 if checkpoint_dir and 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, argument
272 checkpoint_filename_with_path=checkpoint_filename_with_path,
305 checkpoint_filename_with_path=None, argument
337 checkpoint_filename_with_path=checkpoint_filename_with_path,
349 restoring_file = checkpoint_dir or checkpoint_filename_with_path
Dmonitored_session.py406 checkpoint_filename_with_path=None): argument
419 self._checkpoint_filename_with_path = checkpoint_filename_with_path
442 checkpoint_filename_with_path=self._checkpoint_filename_with_path,
858 checkpoint_filename_with_path=None): argument
879 checkpoint_filename_with_path=checkpoint_filename_with_path)
Dsession_manager_test.py133 checkpoint_filename_with_path=None): argument
146 checkpoint_filename_with_path=checkpoint_filename_with_path)
177 checkpoint_filename_with_path=saver_lib.latest_checkpoint(
183 checkpoint_filename_with_path=saver_lib.latest_checkpoint(
Devaluation.py200 checkpoint_filename_with_path=checkpoint_path,
Dmonitored_session_test.py1331 checkpoint_filename_with_path=saver_lib.latest_checkpoint(
/external/tensorflow/tensorflow/tools/api/golden/
Dtensorflow.train.-session-manager.pbtxt11 …\', \'master\', \'init_op\', \'saver\', \'checkpoint_dir\', \'checkpoint_filename_with_path\', \'w…
15 …"args=[\'self\', \'master\', \'saver\', \'checkpoint_dir\', \'checkpoint_filename_with_path\', \'w…
Dtensorflow.train.-chief-session-creator.pbtxt8 …, \'scaffold\', \'master\', \'config\', \'checkpoint_dir\', \'checkpoint_filename_with_path\'], va…
Dtensorflow.train.-singular-monitored-session.pbtxt16 …\'config\', \'checkpoint_dir\', \'stop_grace_period_secs\', \'checkpoint_filename_with_path\'], va…
/external/tensorflow/tensorflow/contrib/predictor/
Dcontrib_estimator_predictor.py61 checkpoint_filename_with_path=checkpoint_path))
/external/tensorflow/tensorflow/contrib/training/python/training/
Devaluation.py442 checkpoint_filename_with_path=checkpoint_path,
/external/tensorflow/tensorflow/python/estimator/
Destimator.py494 checkpoint_filename_with_path=checkpoint_path,
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Destimator.py945 checkpoint_filename_with_path=checkpoint_path,