History log of /external/tensorflow/tensorflow/python/framework/fast_tensor_util.pyx
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4c7e02c082fdf3b4b04e42f1880cf6e0ff4fc409 18-Oct-2017 Peter Hawkins <phawkins@google.com> 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
/external/tensorflow/tensorflow/python/framework/fast_tensor_util.pyx
c49eeeee5463aff02b4bafbd1596288ba4b27739 05-Oct-2017 Allen Lavoie <allenl@google.com> Add a Cython build dependency, start using some Cython tensor utilities

PiperOrigin-RevId: 171166294
/external/tensorflow/tensorflow/python/framework/fast_tensor_util.pyx