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.py159 checkpoint_filename_with_path=None, argument
195 if checkpoint_dir and checkpoint_filename_with_path:
200 if not saver or not (checkpoint_dir or checkpoint_filename_with_path):
203 if checkpoint_filename_with_path:
204 saver.restore(sess, checkpoint_filename_with_path)
229 checkpoint_filename_with_path=None, argument
287 checkpoint_filename_with_path=checkpoint_filename_with_path,
320 checkpoint_filename_with_path=None, argument
352 checkpoint_filename_with_path=checkpoint_filename_with_path,
364 restoring_file = checkpoint_dir or checkpoint_filename_with_path
Dmonitored_session.py599 checkpoint_filename_with_path=None): argument
612 self._checkpoint_filename_with_path = checkpoint_filename_with_path
635 checkpoint_filename_with_path=self._checkpoint_filename_with_path,
1060 checkpoint_filename_with_path=None): argument
1081 checkpoint_filename_with_path=checkpoint_filename_with_path)
Dsession_manager_test.py136 checkpoint_filename_with_path=None): argument
149 checkpoint_filename_with_path=checkpoint_filename_with_path)
181 checkpoint_filename_with_path=checkpoint_management.latest_checkpoint(
187 checkpoint_filename_with_path=checkpoint_management.latest_checkpoint(
Devaluation.py262 checkpoint_filename_with_path=checkpoint_path,
Dmonitored_session_test.py1532 checkpoint_filename_with_path=checkpoint_management.
/external/tensorflow/tensorflow/tools/api/golden/v1/
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.py65 checkpoint_filename_with_path=checkpoint_path))
/external/tensorflow/tensorflow/python/distribute/
Ddistribute_coordinator.py222 checkpoint_filename_with_path=None, argument
257 checkpoint_filename_with_path=checkpoint_filename_with_path)
/external/tensorflow/tensorflow/contrib/training/python/training/
Devaluation.py442 checkpoint_filename_with_path=checkpoint_path,
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Destimator.py972 checkpoint_filename_with_path=checkpoint_path,