aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/summary/writer
Commit message (Expand)AuthorAge
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-21
* Convert logdir paths to strings.Gravatar Alexandre Passos2018-09-13
* Fix typo: compatbility => compatibilityGravatar Aurelien Geron2018-08-12
* Remove usage of magic-api-link syntax from source files.Gravatar Mark Daoust2018-08-09
* Fix typo in FileWriter docs.Gravatar A. Unique TensorFlower2018-07-27
* Automated rollback of commit 568727eed199dba04e37f500265b50f96fed455eGravatar Nick Felt2018-07-24
* Add v2 summary support to Estimator.train() and MonitoredSession hooksGravatar Nick Felt2018-07-24
* Create FileWriter <-> tf.contrib.summary compatibility layerGravatar Nick Felt2018-04-10
* eager: Rename in_eager_mode to executing_eagerly and get rid of in_graph_mode.Gravatar Asim Shankar2018-03-07
* Adding tf_export decorators/calls to TensorFlow functions and constants.Gravatar Anna R2018-01-31
* TFE: Add errors for classic tf.summary.* ops and FileWriterGravatar Shanqing Cai2017-10-30
* Make writer_test avoid setting content to a stringGravatar A. Unique TensorFlower2017-09-06
* Merge changes from github.Gravatar A. Unique TensorFlower2017-08-15
* Make plugin_data an optional field of SummaryMetadataGravatar A. Unique TensorFlower2017-08-08
* Use the new SummaryMetadata field of the Value proto to pass per-plugin infor...Gravatar A. Unique TensorFlower2017-06-16
* Merge changes from github.Gravatar Dan Ringwalt2017-05-05
* Merge changes from github.Gravatar Patrick Nguyen2017-04-17
* Allows summary writer to take an optional suffix= argument, whichGravatar A. Unique TensorFlower2017-04-10
* Refactor the PluginAsset class so that PluginAssets are not directly responsi...Gravatar Dandelion Mané2017-03-13
* Add a system for TensorBoard plugin asset management to TensorFlow.Gravatar Dandelion Mané2017-03-06
* Fix spelling errors.Gravatar Patrick Nguyen2017-02-27
* Fix links according to new convention.Gravatar Patrick Nguyen2017-02-14
* Doc fixit task 2.Gravatar Jonathan Hseu2017-02-13
* Remove hourglass imports from even more testsGravatar Justine Tunney2016-12-16
* Replace tf.train.SummaryWriter with tf.summary.FileWriterGravatar Dan Mané2016-11-29
* Create tf.summary.FileWriterCache, as replacement for tf.train.SummaryWriterC...Gravatar Dan Mané2016-11-28
* Automated rollback of change 139400135Gravatar Jonathan Hseu2016-11-18
* Rename `Tensor` to `Output` in all Python docsGravatar Jonathan Hseu2016-11-16
* Create tf.Summary.FileWriter, the replacement for tf.train.SummaryWriterGravatar Dan Mané2016-11-09
* Allow writing the MetaGraphDef to an event summary.Gravatar Eugene Brevdo2016-10-06
* Refactor and reorganize SummaryWriter code.Gravatar Dan Mané2016-10-06