Home
last modified time | relevance | path

Searched refs:iterations_per_loop (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/python/tpu/
Dtpu_config.py117 iterations_per_loop=2, argument
127 util_lib.check_positive_integer(iterations_per_loop,
178 iterations_per_loop=iterations_per_loop,
Dtpu_config_test.py85 tpu_config=tpu_config_lib.TPUConfig(iterations_per_loop=0))
Dtpu_estimator.py232 def _increase_eval_step_op(iterations_per_loop): argument
246 math_ops.cast(iterations_per_loop - 1, dtype=eval_step.dtype),
2356 self._config.tpu_config.iterations_per_loop)
2903 self._config.tpu_config.iterations_per_loop - 1) //
2904 self._config.tpu_config.iterations_per_loop)
2912 self._config.tpu_config.iterations_per_loop)
2927 self._config.tpu_config.iterations_per_loop)
/external/tensorflow/tensorflow/contrib/eager/python/examples/revnet/
Dmain_estimator_tpu.py64 FLAGS.model_dir, max_queue=FLAGS.iterations_per_loop).as_default():
203 iterations_per_loop=FLAGS.iterations_per_loop,
/external/tensorflow/tensorflow/contrib/tpu/
Dtpu_estimator.md179 `iterations_per_loop`, number of iterations to run on the TPU device for one