aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/summary
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
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-08-21
* Remove magic-doc-links from code.Gravatar Mark Daoust2018-08-16
* Fix typo: compatbility => compatibilityGravatar Aurelien Geron2018-08-12
* Merge pull request #19831 from reeze:patch-1Gravatar TensorFlower Gardener2018-08-09
|\
* | Remove usage of magic-api-link syntax from source files.Gravatar Mark Daoust2018-08-09
| * Allow tf.summary.merge_all() assign operation nameGravatar Reeze Xia2018-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
* Removing @@ comments from core TensorFlow. They are no longer needed for expo...Gravatar Anna R2018-04-26
* Removing remove_undocumented calls from tensorflow/python.Gravatar Anna R2018-04-25
* Create FileWriter <-> tf.contrib.summary compatibility layerGravatar Nick Felt2018-04-10
* Add summaries from only the first tower in distributed strategy.Gravatar Priya Gupta2018-03-29
* Always imports the contrib summary ops when importing tensorflow.Gravatar Alexandre Passos2018-03-19
* Removing underscore prefix from _scalar_summary and _histogram_summary.Gravatar Anna R2018-03-14
* eager: Rename in_eager_mode to executing_eagerly and get rid of in_graph_mode.Gravatar Asim Shankar2018-03-07
* Removing underscore prefixes from hidden generated Python functions.Gravatar Anna R2018-02-28
* Adding tf_export decorators/calls to TensorFlow functions and constants.Gravatar Anna R2018-02-08
* Adding tf_export decorators/calls to TensorFlow functions and constants.Gravatar Anna R2018-01-31
* Merge changes from github.Gravatar Jianwei Xie2018-01-24
* Remove non-exposed copy of old SummaryWriterGravatar Nick Felt2017-12-01
* Remove legacy TextSummaryPluginAsset classGravatar Nick Felt2017-11-02
* 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
* Make the text summary write no plugin data contentGravatar 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
* Merge changes from github.Gravatar Benoit Steiner2017-08-04
* Removed the _tensor_summary_v2 op.Gravatar A. Unique TensorFlower2017-07-10
* Made the collections argument of text_summary un-deprecated.Gravatar A. Unique TensorFlower2017-07-10
* Use the new SummaryMetadata field of the Value proto to pass per-plugin infor...Gravatar A. Unique TensorFlower2017-06-16
* Add a kernel for a new TensorSummaryOpV2. Add a test for it.Gravatar A. Unique TensorFlower2017-06-12
* Adds ability to set a "family" attribute in Tensorflow summaries, whichGravatar A. Unique TensorFlower2017-06-07
* Add a tutorial that explains the TensorBoard histogram dashboard.Gravatar Dandelion Man?2017-05-15
* 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
* Modify the TensorBoard text dashboard so that it can support non-scalar strin...Gravatar Dandelion Mané2017-04-03
* Handle optional collections parameter correctly in tf.summary.text.Gravatar Thomas Schumm2017-03-29
* Add tf.summary.text to the TensorFlow API.Gravatar Dandelion Mané2017-03-28
* Add text summary support to TensorBoard.Gravatar Dandelion Mané2017-03-22
* Refactor the PluginAsset class so that PluginAssets are not directly responsi...Gravatar Dandelion Mané2017-03-13
* Move TensorBoard backend logic from python/summary to tensorboard/backend.Gravatar Dandelion Mané2017-03-08
* Add a system for TensorBoard plugin asset management to TensorFlow.Gravatar Dandelion Mané2017-03-06
* Fix spelling errors.Gravatar Patrick Nguyen2017-02-27
* Add support for Tensors to the EventAccumulator.Gravatar Dandelion Mané2017-02-22
* Fix links according to new convention.Gravatar Patrick Nguyen2017-02-14
* Doc updates for Python IO, string, TensorArray, and summary opsGravatar A. Unique TensorFlower2017-02-13