Function tensorflow::eager::raw_ops::decode_gif
source · pub fn decode_gif<'a, T0: ToTensorHandle<'a>>(
ctx: &'a Context,
contents: &T0
) -> Result<TensorHandle<'a>>
Expand description
Shorthand for DecodeGif::new().call(&ctx, &contents)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/DecodeGif