aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/tensorboard
Commit message (Expand)AuthorAge
* Revert "Windows: Enable tensorflow/contrib in Bazel build (#16659)" (#17774)Gravatar Gunhan Gulsoy2018-03-20
* Merge commit for internal changesGravatar Akshay Modi2018-03-09
|\
| * PiperOrigin-RevId: 188267957Gravatar A. Unique TensorFlower2018-03-07
* | Windows: Enable tensorflow/contrib in Bazel build (#16659)Gravatar Yun Peng2018-03-05
|/
* Return Status instead of bool in Init(), Flush(), and Close().Gravatar Jonathan Hseu2018-02-14
* Recursively creating directories in CreateSummaryFileWriterGravatar Alexandre Passos2018-02-09
* Remove unused BUILD dependenciesGravatar A. Unique TensorFlower2018-01-27
* Say SQLite BLOB protos are ideally temporaryGravatar Justine Tunney2018-01-17
* Create loader and vacuum tools for TensorBoard DBGravatar Justine Tunney2018-01-11
* Implement legacy tensor->summary methods on DB writerGravatar Justine Tunney2018-01-11
* Move SummaryFileWriter alongside SummaryDbWriterGravatar Justine Tunney2018-01-11
* Add reservoir sampling to DB summary writerGravatar Justine Tunney2018-01-11
* Remove smart pointers from SQLite veneerGravatar Justine Tunney2018-01-09
* Make SQLite veneer betterGravatar Justine Tunney2018-01-05
* Set application_id and user_version on TensorBoard DBGravatar Justine Tunney2018-01-03
* Add Snappy support to SQLiteGravatar Justine Tunney2018-01-03
* Make SQLite random IDs unique across tablesGravatar Justine Tunney2017-12-07
* Automated g4 rollback of changelist 178215852Gravatar A. Unique TensorFlower2017-12-07
* Add Snappy support to SQLiteGravatar Justine Tunney2017-12-07
* Changed StringPiece::Hasher to StringPieceHasher in various places. This will...Gravatar A. Unique TensorFlower2017-11-21
* Fix use-after-free error in summary_db_writer.ccGravatar A. Unique TensorFlower2017-11-17
* Add WriteScalar support to SummaryDbWriterGravatar Justine Tunney2017-11-16
* Add graph writer op to contrib/summaryGravatar Justine Tunney2017-11-15
* Further BUILD cleanup in contrib/...Gravatar A. Unique TensorFlower2017-11-10
* Add database writer ops to contrib/summaryGravatar Justine Tunney2017-11-10
* Introduce SQLite SummaryWriterInterfaceGravatar Justine Tunney2017-10-30
* BUILD cleanup in contrib/...Gravatar A. Unique TensorFlower2017-10-30
* Improve C++ SQLite veneerGravatar Justine Tunney2017-10-28
* Introduce TensorBoard SQL schema for summariesGravatar Justine Tunney2017-10-26
* Change trace.py to not access a graph as a default argument.Gravatar Vijay Vasudevan2017-09-06
* Remove TensorBoard from the TensorFlow repository.Gravatar Dandelion Man?2017-06-15
* Prepare TensorBoard to have its own repo.Gravatar Dandelion Man?2017-06-12
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Shift TensorBoard to depend on TensorFlow via `import tensorflow as tf`.Gravatar Dandelion Man?2017-05-26
* Fix the circular dependency tf/contrib/tensorboard <--> tf/tensorboard.Gravatar Dan Smilkov2017-04-03
* Add plugin assets for the Embedding Projector and expose the API via tf.contr...Gravatar Dan Smilkov2017-03-29
* Replace pip testing script with bazel.Gravatar Gunhan Gulsoy2017-02-13
* Adding support for 'b' in mode for FileIO.Gravatar Rohan Jain2017-01-25
* Remove so many more hourglass importsGravatar Justine Tunney2016-12-29
* Do not remove the test temporary directory after test completes.Gravatar Gunhan Gulsoy2016-12-29
* Fix: Create a unique temporary directory everytime a test runs.Gravatar Gunhan Gulsoy2016-12-28
* Merge changes from github.Gravatar Andrew Harp2016-12-08
* Change proto package: tensorflow -> tensorflow.contrib.tensorboard to avoid c...Gravatar Dan Smilkov2016-12-02
* Add a trace annotator for python files.Gravatar Dan Smilkov2016-11-30
* Replace tf.train.SummaryWriter with tf.summary.FileWriterGravatar Dan Mané2016-11-29
* A proto that applications other than TensorFlow can use to send dataGravatar Vijay D'Silva2016-11-22
* Reload the checkpoint reader when the latest checkpoint has changed.Gravatar Dan Smilkov2016-11-07
* Add sprite image support to the backend.Gravatar Dan Smilkov2016-10-28
* Add sprite information to the projector config.Gravatar Dan Smilkov2016-10-27
* Add an option to the projector in server mode to start the projector with boo...Gravatar Nikhil Thorat2016-10-10