Function tensorflow::ops::decode_jpeg

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

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