tensorflow::ops

Function decode_gif

Source
pub fn decode_gif<O0: Into<Output>>(
    contents: O0,
    scope: &mut Scope,
) -> Result<Operation>
Expand description

Shorthand for DecodeGif::new().build(contents, scope).