STT-tensorflow/tensorflow/compiler/plugin
Benjamin Kramer 0550f50bfd [XLA] Remove Literal::Swap and replace all uses with moves.
This stems from the dark ages when Literal was an unmovable proto. Swap was
supposed to be fast (it moves) but in the conversion to a standalone class Swap
wasn't implemented properly and became a 3-way copy instead of a 3-way move.

All of the users want move anyways, so just remove Swap and use moves on all
call sites.

If actual swapping is needed, std::swap will work just fine for Literal, and
the default implementation is as fast as 3 moves.

PiperOrigin-RevId: 168689138
2017-09-14 08:08:57 -07:00
..
executor [XLA] Remove Literal::Swap and replace all uses with moves. 2017-09-14 08:08:57 -07:00
BUILD Merge changes from github. 2017-06-27 16:37:09 -07:00