Add bitwise LeftShift (aka. tf.bitwise.left_shift) and RightShift...
Add bitwise LeftShift (aka. tf.bitwise.left_shift) and RightShift (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
Loading
Please sign in to comment