Function tensorflow::ops::decode_image

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

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