Home
last modified time | relevance | path

Searched refs:_set_steps_per_run (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/tpu/
Dasync_checkpoint.py85 def _set_steps_per_run(self, steps_per_run): member in AsyncCheckpointSaverHook
Dtpu_estimator.py2911 examples_hook._set_steps_per_run( # pylint: disable=protected-access
2926 checkpoint_hook._set_steps_per_run( # pylint: disable=protected-access
/external/tensorflow/tensorflow/python/training/
Dbasic_session_run_hooks.py539 def _set_steps_per_run(self, steps_per_run): member in CheckpointSaverHook
659 def _set_steps_per_run(self, steps_per_run): member in StepCounterHook
Dbasic_session_run_hooks_test.py801 hook._set_steps_per_run(self.steps_per_run)
818 hook._set_steps_per_run(self.steps_per_run)
860 hook._set_steps_per_run(self.steps_per_run)
1048 self.hook._set_steps_per_run(steps_per_run)