aboutsummaryrefslogtreecommitdiffhomepage
path: root/bower.BUILD
Commit message (Collapse)AuthorAge
* Update bower dependencies to match internal dependencies.Gravatar Dan Smilkov2016-11-11
| | | | Change: 138919472
* Update bower dependencies to match internal versions.Gravatar Dan Smilkov2016-11-09
| | | | Change: 138673511
* Update polymer dependencies.Gravatar Dan Smilkov2016-11-01
| | | | Change: 137877854
* Update the bower versions.Gravatar Dan Smilkov2016-10-10
| | | | Change: 135667780
* Merge changes from github.Gravatar Martin Wicke2016-09-21
| | | | Change: 133874452
* Use http_file instead of new_http_archive for some external dependencies.Gravatar Dan Smilkov2016-09-06
| | | | | | | | | | | 1) Use http_file for the following external deps: - Three.js since the github releases are extremely large (>500mb). - numericjs since the compiled js is not checked into the github repo or even bower. It is hosted on the numericjs website. 2) Link the compiled source from ES6 components (e.g. Embedding Projector) into TensorBoard. In other words, new releases of vulcanized tf-tensorboard.html will now include the compiled code for the embedding projector (not visible yet in the UI). 3) Make bower_dependency_sync script generate one more file, dist/bazel-html-imports.html. This file imports the external deps that use http_file (via <script> tag) since they have special paths in bazel runfiles. Change: 132388361
* Move the frontend of the embedding projector to TensorBoard.Gravatar Dan Smilkov2016-08-31
| | | | | This is just code move and build integration. There are no UI/logic changes to TensorBoard. Change: 131862643
* Automated rollback of change 131423744Gravatar Dan Smilkov2016-08-26
| | | | Change: 131437266
* Properly re-add iron-icons as a dependency for TensorBoard.Gravatar Dan Mané2016-08-26
| | | | | This should merge to fix the r0.10 release. Change: 131429807
* Moving the frontend of the embedding projector to TensorBoard.Gravatar Dan Smilkov2016-08-26
| | | | | This is just code move and build integration. There are no UI/logic changes to TensorBoard. Change: 131423744
* Autogenerated Change: Release TensorBoard at TAG: 24Gravatar Dan Mané2016-08-11
| | | | Change: 130022244
* Autogenerated Change: Release TensorBoard at TAG: 23Gravatar Dan Mané2016-08-09
| | | | Change: 129778477
* Adding a device checkbox list for excluding devices when computing stats ↵Gravatar Dan Smilkov2016-06-28
| | | | | | since some device stats can skew results. Change: 126089107
* Autogenerated Change: Update TensorBoard source and deps.Gravatar Dan Mané2016-05-09
| | | | Change: 121901838
* Add paper-dialog as a dependency for tf-tensorboard.Gravatar Dan Mané2016-04-15
| | | | | Also update typings in package.json and add typing dependency on sinon (its provided by wct) Change: 119988943
* Update TensorBoard dependencies.Gravatar Dan Mané2016-04-01
| | | | Change: 118834399
* Update TensorBoard dependencies versions.Gravatar Dan Mané2016-02-25
| | | | | Remove some unnecessary devDependencies, e.g. accessibility_developer_tools and chai. Change: 115613184
* Alphabetize bower dependencies.Gravatar A. Unique TensorFlower2016-02-16
| | | | Change: 114806277
* Rollback of: Alphabetize TensorBoard's bower dependenciesGravatar A. Unique TensorFlower2016-02-16
| | | | Change: 114796968
* Update unary/binary math ops' gradient to defer some computationGravatar A. Unique TensorFlower2016-02-16
| | | | | | | | until needed the backprop-ed "dy" is ready. E.g., y = tanh(x). dx = dy * (1 - y^2). We don't need to compute y^2 until dy is computed. Change: 114781664
* Change repository names to contain _ instead of -Gravatar A. Unique TensorFlower2016-02-03
| | | | Change: 113773458
* Change visibility to public in bower.BUILDGravatar A. Unique TensorFlower2016-01-13
| | | | | | | A remote repository cannot refer to the main repository that way and a fix in a future Bazel release will break TensorFlow with the current set-up. Error: http://ci.bazel.io/job/TensorFlow/BAZEL_VERSION=HEAD,PLATFORM_NAME=linux-x86_64/74/console Change: 112056797
* Add dependency on paper_tabs to TensorBoardGravatar A. Unique TensorFlower2016-01-08
| | | | Change: 111713364
* Change: 111459848Gravatar A. Unique TensorFlower2016-01-06
|
* 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