aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops/bitwise_ops_test.py
Commit message (Expand)AuthorAge
* Add uint32 and uint64 kernel support for `Invert` (#15154)Gravatar Yong Tang2018-02-07
* Fix shape inference for bitwise ops with broadcasting (#14678)Gravatar Yong Tang2017-12-27
* Add uint32 and uint64 support for `bitwise_and/or/xor` (#14883)Gravatar Yong Tang2017-12-03
* Add bitwise LeftShift (aka. tf.bitwise.left_shift) and RightShift (tf.bitwise...Gravatar Peter Hawkins2017-10-17
* Add PopulationCount op (popcnt): element-wise counts the number of "on" bits.Gravatar Eugene Brevdo2017-07-25
* Add a bitwise module with bitwise_and, bitwise_or, bitwise_xor, and invert fu...Gravatar A. Unique TensorFlower2017-06-16