MCPcopy Index your code
hub / github.com/tensorflow/models / flush

Method flush

orbit/utils/summary_manager.py:64–67  ·  view source on GitHub ↗

Flushes the underlying summary writers.

(self)

Source from the content-addressed store, hash-verified

62 return self._summary_writers[relative_path]
63
64 def flush(self):
65 """Flushes the underlying summary writers."""
66 if self._enabled:
67 tf.nest.map_structure(tf.summary.flush, self._summary_writers)
68
69 def write_summaries(self, summary_dict):
70 """Writes summaries for the given dictionary of values.

Callers 15

on_train_endMethod · 0.45
mainFunction · 0.45
_run_evaluationFunction · 0.45
__call__Method · 0.45
run_evaluationFunction · 0.45
trainFunction · 0.45
run_evaluationFunction · 0.45
trainMethod · 0.45
write_summaryFunction · 0.45
add_global_step_summaryFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected