MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / global_step

Method global_step

tensorflow/python/training/supervisor.py:591–597  ·  view source on GitHub ↗

Return the global_step Tensor used by the supervisor. Returns: An integer Tensor for the global_step.

(self)

Source from the content-addressed store, hash-verified

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):

Callers 13

exportMethod · 0.45
endMethod · 0.45
_wait_for_stepFunction · 0.45
saveMethod · 0.45
saveMethod · 0.45
incremental_saveMethod · 0.45
summary_computedMethod · 0.45
start_loopMethod · 0.45
run_loopMethod · 0.45
run_loopMethod · 0.45
RunInternalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected