aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/tensorboard
Commit message (Expand)AuthorAge
* Remove unused tf.contrib.tensorboard.plugins.trace codeGravatar Nick Felt2018-09-21
* Merge pull request #17692 from skambha:issue-bpsIssueGravatar TensorFlower Gardener2018-09-18
|\
* | Split out lib/png into a separate library from the rest of TensorFlow to avoidGravatar A. Unique TensorFlower2018-07-11
* | Merge changes from github.Gravatar Yifei Feng2018-05-24
* | Remove reservoir sampling from SummaryDbWriterGravatar Justine Tunney2018-05-22
* | Delete unused proto schema "graph_explorer.proto".Gravatar A. Unique TensorFlower2018-05-17
* | PiperOrigin-RevId: 193059174Gravatar Anna R2018-04-16
* | Internal changeGravatar A. Unique TensorFlower2018-04-15
* | Create FileWriter <-> tf.contrib.summary compatibility layerGravatar Nick Felt2018-04-10
* | Disabled some tests on WindowsGravatar A. Unique TensorFlower2018-04-03
* | Windows: Enable tensorflow/contrib in Bazel build (Second try)Gravatar A. Unique TensorFlower2018-04-02
* | Replaced calls to deprecated tensorflow::StringPiece methods with theirGravatar A. Unique TensorFlower2018-04-02
| * Add the commas backGravatar Sunitha Kambhampati2018-03-29
| * Use the same log line for bps and also report bps when elapsed is 0Gravatar Sunitha Kambhampati2018-03-28
* | Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* | Automated g4 rollback of changelist 189231636Gravatar A. Unique TensorFlower2018-03-15
* | Merge changes from github.Gravatar Jacques Pienaar2018-03-15
| * Fix floating point exception with bps calculationGravatar Sunitha Kambhampati2018-03-13
* | 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