MCPcopy Create free account
hub / github.com/tensorflow/tensorboard / has_data

Method has_data

tensorboard/uploader/upload_tracker.py:301–303  ·  view source on GitHub ↗

Determine if any data has been uploaded under the tracker's watch.

(self)

Source from the content-addressed store, hash-verified

299 sys.stdout.flush()
300
301 def has_data(self):
302 """Determine if any data has been uploaded under the tracker's watch."""
303 return self._stats.has_data()
304
305 def _update_cumulative_status(self):
306 """Write an update summarizing the data uploaded since the start."""

Calls 1

has_dataMethod · 0.45