aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/graph/gradients.cc
Commit message (Collapse)AuthorAge
* ZerosLike in symbolicgradient for resource variablesGravatar Alexandre Passos2018-08-14
| | | | PiperOrigin-RevId: 208720651
* SymbolicGradient for some resource variables.Gravatar Alexandre Passos2018-06-20
| | | | | | Currently assumes variables are floats; there are TODOs to rectifiy this. PiperOrigin-RevId: 201391092
* Avoid direct access to Node::def() where some other method works.Gravatar A. Unique TensorFlower2017-07-31
| | | | PiperOrigin-RevId: 163704839
* Prepare to not include node_def.proto.h in node_def_util.hGravatar Geoffrey Irving2017-06-23
| | | | | | | | | | The goal is to make kernels mostly independent of proto headers, which will let us lock down our .so imports. This CL makes a bunch of .cc files either include node_def.proto.h themselves or not need the definition of NodeDef; a second CL will make node_def_util.h not include node_def.proto.h. RELNOTES: n/a PiperOrigin-RevId: 159982117
* Merge changes from github.Gravatar A. Unique TensorFlower2016-07-31
| | | | Change: 128958134
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
| | | | Change: 123900938
* Fix the gradient for functions when its output has no dependencies onGravatar A. Unique TensorFlower2016-04-18
| | | | | its inputs. Change: 120128592
* C++ gradients: Changes API to require specification of node outputs (also ↵Gravatar A. Unique TensorFlower2016-03-18
| | | | | | added some code cleanup). Change: 117488572
* C++ gradients: split functions gradient code out into its own file.Gravatar A. Unique TensorFlower2016-03-16
Change: 117346884