aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/scatter_functor_gpu.cu.cc
Commit message (Collapse)AuthorAge
* Register bool scatter_update for resource variablesGravatar Alexandre Passos2018-05-07
| | | | | | Fixes #17784 PiperOrigin-RevId: 195696915
* Extended scatter operations to work with a scalar update parameter and added ↵Gravatar A. Unique TensorFlower2018-03-25
| | | | | | scatter-min and scatter-max operations. PiperOrigin-RevId: 190289664
* Refactor Gather and Scatter functors into separate targets.Gravatar Jack Rae2016-09-30
Change: 134798900