aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/summary
Commit message (Expand)AuthorAge
...
* Doc fixit task 2.Gravatar Jonathan Hseu2017-02-13
* Make the TensorFlow debugger plugin respond with health pills.Gravatar A. Unique TensorFlower2017-02-07
* Made the event accumulator accumulate health pill valuesGravatar A. Unique TensorFlower2017-02-01
* Refactor TensorBoard into WSGI application. Adds werkzeug pip dependency toGravatar Dandelion Mané2017-01-21
* Ensure that _CompressHistogram() always returns a CompressedHistogramEvent ob...Gravatar A. Unique TensorFlower2017-01-03
* Fix argument name in docstring.Gravatar A. Unique TensorFlower2016-12-22
* Remove hourglass imports from even more testsGravatar Justine Tunney2016-12-16
* Merge changes from github.Gravatar Martin Wicke2016-12-14
* Replace using of tf.contrib.deprecated.merge_all_summaries with tf.summary.me...Gravatar Dan Mané2016-12-01
* Migrate tf summary ops to use tf.contrib.deprecated endpoints.Gravatar Dan Mané2016-11-30
* Replace tf.train.SummaryWriter with tf.summary.FileWriterGravatar Dan Mané2016-11-29
* Throw an exception on failure to read records in tf_record_iteratorGravatar Jonathan Hseu2016-11-29
* Change docstring in summary_iterator to use new API.Gravatar Dan Mané2016-11-28
* Create tf.summary.FileWriterCache, as replacement for tf.train.SummaryWriterC...Gravatar Dan Mané2016-11-28
* Automated rollback of change 137907844Gravatar Jonathan Hseu2016-11-21
* Automated rollback of change 139400135Gravatar Jonathan Hseu2016-11-18
* Rename `Tensor` to `Output` in all Python docsGravatar Jonathan Hseu2016-11-16
* Alias summary-related protos as tf.summary.Event, tf.summary.Summary, etcGravatar Dan Mané2016-11-09
* Create tf.Summary.FileWriter, the replacement for tf.train.SummaryWriterGravatar Dan Mané2016-11-09
* TensorBoard compresses histograms only when the data will be stored in the re...Gravatar Dan Mané2016-11-03
* tf.summary ops remove leading slashes from their namesGravatar Dan Mané2016-11-03
* Replace usages initialize_all_variables -> global_variables_initializerGravatar Illia Polosukhin2016-11-03
* Remove ':' from summary names in optimize_loss.Gravatar A. Unique TensorFlower2016-11-02
* TensorBoard: Ignore deleted files on ColossusGravatar Justine Tunney2016-11-01
* TensorBoard logs more information about the Reload process.Gravatar Dan Mané2016-10-28
* Use TensorFlow's GCS implementation rather than using gsutil in tensorboard.Gravatar Jonathan Hseu2016-10-25
* Summary ops replace all illegal characters in their name with underscores.Gravatar Dan Mané2016-10-25
* Add summary test verifying that the new summary ops play nicely with variables.Gravatar Dan Mané2016-10-20
* Ensure tf.summary.X ops can accept spaces in the "name" field.Gravatar Dan Mané2016-10-20
* Switch implementation of tf.scalar.summary back to the ScalarSummary kernel.Gravatar Dan Mané2016-10-20
* Tweak to EventAccumulator: Process new style summaries as floats.Gravatar Dan Mané2016-10-19
* TensorFlow summary API migration.Gravatar Dan Mané2016-10-19
* Seal tf.summary's interface.Gravatar Patrick Nguyen2016-10-19
* Modify EventAccumulator (and, by extension, TensorBoard) to process tf.summar...Gravatar Dan Mané2016-10-18
* Simplify EventAccumulator graph logic.Gravatar Dan Mané2016-10-18
* Adds a resource reference dtype to TF.Gravatar A. Unique TensorFlower2016-10-14
* Simplify api for tf.summary.tensor_summary and tf.summary.scalarGravatar Dan Mané2016-10-13
* Modify EventAccumulator and TensorBoard to handle MetaGraph in Events.Gravatar Eugene Brevdo2016-10-11
* Merge changes from github.Gravatar A. Unique TensorFlower2016-10-10
* Allow writing the MetaGraphDef to an event summary.Gravatar Eugene Brevdo2016-10-06
* Refactor and reorganize SummaryWriter code.Gravatar Dan Mané2016-10-06
* Fix python/kernel_tests/io_ops_test timeout by using the test temp directory.Gravatar Jonathan Hseu2016-09-26
* Integrate the embedding projector backend into TensorBoard.Gravatar Dan Smilkov2016-09-21
* Propagate the tensorflow::Status as a Python exception for various file openGravatar Jonathan Hseu2016-09-20
* Redirecting gfile to file_io.Gravatar Rohan Jain2016-09-08
* Make TensorBoard histogram processing 3x fasterGravatar Justine Tunney2016-09-05
* Add tf.summary.scalar, a replacement for tf.scalar_summary implemented via Te...Gravatar Dan Mané2016-08-25
* Merge changes from github.Gravatar Benoit Steiner2016-08-18
* Fix threading bug in reservoir samplingGravatar Justine Tunney2016-08-15
* Remove a run from TensorBoard if the entire run directory is deleted.Gravatar A. Unique TensorFlower2016-08-11