aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/cc/framework/gradients.cc
Commit message (Expand)AuthorAge
* Fix c++ gradients issue where multiple dependent outputs result in incorrect ...Gravatar Suharsh Sivakumar2017-10-04
* C++ while loop gradient cleanupGravatar Skye Wanderman-Milne2017-09-28
* Basic while loop gradient functionality in C++Gravatar Skye Wanderman-Milne2017-09-27
* Merge changes from github.Gravatar Shanqing Cai2017-09-25
* Merge changes from github.Gravatar A. Unique TensorFlower2017-09-06
* Minor tweaks to avoid unnecessary copiesGravatar A. Unique TensorFlower2017-07-25
* Fix bug in C++ gradient computation where multi-output nodes may not have bee...Gravatar Skye Wanderman-Milne2017-07-20
* Merge changes from github.Gravatar Jonathan Hseu2017-07-19
* Merge changes from github.Gravatar Shanqing Cai2017-07-10
* Remove all 64/32 bit warnings in tensorflow/ccGravatar Suharsh Sivakumar2017-04-19
* Add C++ gradients to c_api.Gravatar Suharsh Sivakumar2017-04-13
* Migrate to new namespace for Input, Output, etc. in the C++ API.Gravatar A. Unique TensorFlower2017-01-18
* Automated rollback of change 144776821Gravatar A. Unique TensorFlower2017-01-17
* Migrate to new namespace for Input, Output, etc. in the C++ API.Gravatar A. Unique TensorFlower2017-01-17
* C++ Gradients:Gravatar A. Unique TensorFlower2016-09-09
* C++ Gradients: Adds gradient functions and tests for Pack/Unpack, and takes c...Gravatar A. Unique TensorFlower2016-09-07
* C++ Gradients: Module to add gradients to a graph.Gravatar A. Unique TensorFlower2016-08-17