tensorflow::ops

Function encode_jpeg

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

Shorthand for EncodeJpeg::new().build(image, scope).