tfm.vision.preprocess_ops_3d.normalize_image

Normalizes images.

frames A Tensor of numbers.
zero_centering_image If True, results are in [-1, 1], if False, results are in [0, 1].
dtype Type of output Tensor.

A Tensor of same shape as the input and of the given type.