tfio.experimental.image.decode_hdr

Decode a HDR-encoded image to a tf.float tensor.

contents A Tensor of type string. 0-D. The HDR-encoded image.
name A name for the operation (optional).

A Tensor of type float and shape of [height, width, 3] (RGB).