aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tensorboard/components/tf-event-dashboard/demo
Commit message (Collapse)AuthorAge
* TensorBoard: Rename components to have underscoresGravatar Justine Tunney2016-10-19
| | | | | | Many languages, e.g. JS, proto, etc. don't support having hyphens in package names. Change: 136565198
* Add copyright headers to TensorBoardGravatar Justine Tunney2016-08-24
| | | | | | All HTML comments have been updated to have the same year so vulcanizer compresses them down to just one comment in the production HTML. Change: 131229494
* Add an "Audio" dashboard to TensorBoard.Gravatar RJ Ryan2016-04-27
| | | | | Supports basic playing of audio summary events. Change: 120973040
* Refactor how TensorBoard url overwriting works.Gravatar A. Unique TensorFlower2016-01-06
| | | | | | | | | | | | Currently TensorBoard urls are changed by modifying a global variable (TF.Urls). This creates racyness where we need to ensure that that global variable changes before the TensorBoard instantiates. It also makes it impossible e.g. to have multiple TensorBoards on the same page using different url schemes. This CL changes TensorBoard so it takes in a "router" object which specifies what the routes are. It also adds a tf-tensorboard-demo component which is just like a TensorBoard, except it has a "dataDir" property that determines where to look for demo data. Change: 111558450
* Fix `gulp vulcanize`. To do this we remove bower_components folder and all ↵Gravatar A. Unique TensorFlower2015-12-14
| | | | | | components are now under `components` directory. This follows polymer conventions. Change: 110158503
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06
TensorFlow is an open source software library for numerical computation using data flow graphs. Base CL: 107276108