aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/snapshot_op.h
Commit message (Collapse)AuthorAge
* fix C++ header guards.Gravatar A. Unique TensorFlower2018-08-21
| | | | PiperOrigin-RevId: 209679086
* Fix the windows buildGravatar Jonathan Hseu2018-03-12
|
* Automated g4 rollback of changelist 185072479Gravatar A. Unique TensorFlower2018-02-15
| | | | PiperOrigin-RevId: 185900165
* 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