aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/api/golden/tensorflow.bitwise.pbtxt
Commit message (Collapse)AuthorAge
* Keep 2 sets of API Goldens (goldens/v1 and goldens/v2).Gravatar Anna R2018-08-07
| | | | PiperOrigin-RevId: 207781405
* Add bitwise LeftShift (aka. tf.bitwise.left_shift) and RightShift ↵Gravatar Peter Hawkins2017-10-17
| | | | | | | | (tf.bitwise_right_shift) operators to Tensorflow. Their semantics are intended to mirror numpy.left_shift and numpy.right_shift. Fix a couple of missing cases of missing uint32/uint64 support exposed when adding tests for bitshifts. PiperOrigin-RevId: 172530375
* Add a bitwise module with bitwise_and, bitwise_or, bitwise_xor, and invert ↵Gravatar A. Unique TensorFlower2017-06-16
functions. PiperOrigin-RevId: 159264147