aboutsummaryrefslogtreecommitdiffhomepage
path: root/bower.BUILD
Commit message (Collapse)AuthorAge
* 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