aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/snapshot_op_gpu.cu.cc
Commit message (Collapse)AuthorAge
* Automated g4 rollback of changelist 190858242Gravatar Jianwei Xie2018-03-29
| | | | PiperOrigin-RevId: 190953197
* Automated g4 rollback of changelist 190835392Gravatar Anna R2018-03-28
| | | | PiperOrigin-RevId: 190858242
* Merge changes from github.Gravatar Jianwei Xie2018-03-28
| | | | PiperOrigin-RevId: 190835392
* Add a "Snapshot" kernel that always makes a copy of its input. This should ↵Gravatar A. Unique TensorFlower2017-12-08
be used in place of unreadable hacks like "x = y + 0" in places that need to force a copy of a tensor to be made. PiperOrigin-RevId: 178439351