Add a "Snapshot" kernel that always makes a copy of its input. This should be...
Add a "Snapshot" kernel that always makes a copy of its input. This should 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
Loading
Please sign in to comment