(self)
| 1073 | self._summary_tag = "%s/sec" % self._step_counter.op.name |
| 1074 | |
| 1075 | def start_loop(self): |
| 1076 | self._last_time = time.time() |
| 1077 | self._last_step = training_util.global_step(self._sess, self._step_counter) |
| 1078 | |
| 1079 | def run_loop(self): |
| 1080 | # Count the steps. |
nothing calls this directly
no test coverage detected