View source on GitHub |
Encode a uint8 tensor to gif image.
tfio.image.encode_gif(
image, name=None
)
Args | |
---|---|
image
|
A Tensor. 3-D uint8 with shape [N, H, W, C]. |
name
|
A name for the operation (optional). |
Returns | |
---|---|
A Tensor of type string .
|