aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/tensorboard/db
Commit message (Expand)AuthorAge
* 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
* | Create FileWriter <-> tf.contrib.summary compatibility layerGravatar Nick Felt2018-04-10
* | 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
| * Fix floating point exception with bps calculationGravatar Sunitha Kambhampati2018-03-13
|/
* 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