aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops/bitwise_ops.py
Commit message (Expand)AuthorAge
* Removing @@ comments from core TensorFlow. They are no longer needed for expo...Gravatar Anna R2018-04-26
* Removing remove_undocumented calls from tensorflow/python.Gravatar Anna R2018-04-25
* 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