tfm.vision.preprocess_ops_3d.random_flip_left_right

Flips all the frames with a probability of 50%.

frames A Tensor of shape [timesteps, input_h, input_w, channels].
seed A seed to use for the random sampling.

A Tensor of shape [timesteps, output_h, output_w, channels] eventually flipped left right.