Return the global_step Tensor used by the supervisor. Returns: An integer Tensor for the global_step.
(self)
| 589 | |
| 590 | @property |
| 591 | def global_step(self): |
| 592 | """Return the global_step Tensor used by the supervisor. |
| 593 | |
| 594 | Returns: |
| 595 | An integer Tensor for the global_step. |
| 596 | """ |
| 597 | return self._global_step |
| 598 | |
| 599 | @property |
| 600 | def saver(self): |
no outgoing calls
no test coverage detected