Home | History | Annotate | only in /external/tensorflow/tensorflow/python/summary
Up to higher level directory
NameDateSize
__init__.py21-Aug-20180
plugin_asset.py21-Aug-20185K
plugin_asset_test.py21-Aug-20182.8K
README.md21-Aug-2018628
summary.py21-Aug-201813.5K
summary_iterator.py21-Aug-20182.4K
summary_test.py21-Aug-20188K
text_summary.py21-Aug-20182.9K
text_summary_test.py21-Aug-20181.9K
writer/21-Aug-2018

README.md

      1 # TensorFlow Event Processing
      2 
      3 This folder contains classes useful for analyzing and visualizing TensorFlow
      4 events files. The code is primarily being developed to support TensorBoard,
      5 but it can be used by anyone who wishes to analyze or visualize TensorFlow
      6 events files.
      7 
      8 If you wish to load TensorFlow events, you should use an EventAccumulator
      9 (to load from a single events file) or an EventMultiplexer (to load from
     10 multiple events files).
     11 
     12 The API around these tools has not solidified, and we may make backwards-
     13 incompatible changes without warning.
     14 
     15 If you have questions or requests, please contact danmane (a] google.com
     16