Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/summary/writer/
Dfake_summary_writer.py98 def add_summary(self, summ, current_global_step): argument
104 if current_global_step in self._summaries:
105 step_summaries = self._summaries[current_global_step]
108 self._summaries[current_global_step] = step_summaries