STT-tensorflow/tensorflow/python/summary
2020-03-05 05:54:47 -08:00
..
writer Fix ubuntu sanity-check 2020-03-05 05:54:47 -08:00
__init__.py
plugin_asset_test.py
plugin_asset.py Apply tf1->tf2 name replaces to doc-strings and comments in tensorflow. 2019-04-16 16:27:28 -07:00
README.md Internal change. 2018-10-31 15:20:54 -07:00
summary_iterator.py Apply tf1->tf2 name replaces to doc-strings and comments in tensorflow. 2019-04-16 16:27:28 -07:00
summary_test.py
summary.py Separating out summary_util for distribution strategy to avoid possible circular dependencies. 2019-03-14 17:11:11 -07:00

TensorFlow Event Processing

This folder contains classes useful for analyzing and visualizing TensorFlow events files. The code is primarily being developed to support TensorBoard, but it can be used by anyone who wishes to analyze or visualize TensorFlow events files.

If you wish to load TensorFlow events, you should use an EventAccumulator (to load from a single events file) or an EventMultiplexer (to load from multiple events files).