tf.image.flip_left_right

View source on GitHub

Flip an image horizontally (left to right).

tf.image.flip_left_right(
    image
)

Outputs the contents of image flipped along the width dimension.

See also reverse().

Args:

Returns:

A tensor of the same type and shape as image.

Raises: