aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/cc/framework/gradients_test.cc
Commit message (Expand)AuthorAge
* Remove using directives. Test appertaining to ops have been moved into namesp...Gravatar A. Unique TensorFlower2018-01-02
* Fix c++ gradients issue where multiple dependent outputs result in incorrect ...Gravatar Suharsh Sivakumar2017-10-04
* Merge changes from github.Gravatar Shanqing Cai2017-09-25
* Merge changes from github.Gravatar A. Unique TensorFlower2017-09-06
* Fix bug in C++ gradient computation where multi-output nodes may not have bee...Gravatar Skye Wanderman-Milne2017-07-20
* Prepare to remove a bunch of proto.h includes from tensorflow/core headersGravatar Geoffrey Irving2017-06-29
* Merge changes from github.Gravatar A. Unique TensorFlower2017-05-18
* Add C++ gradients to c_api.Gravatar Suharsh Sivakumar2017-04-13
* Move equal_graph_def.h/cc from core/graph to core/utilGravatar Skye Wanderman-Milne2017-03-29
* Update generated C++ API. This is a roll-forward past CLs that wereGravatar A. Unique TensorFlower2017-02-01
* 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