tree: edabec19ec38d4ade30c1d58695e3a055ba61263 [path history] [tgz]
  1. writer/
  2. __init__.py
  3. BUILD
  4. plugin_asset.py
  5. plugin_asset_test.py
  6. README.md
  7. summary.py
  8. summary_iterator.py
  9. summary_iterator_test.py
  10. summary_test.py
  11. summary_v2_test.py
tensorflow/python/summary/README.md

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