Function tensorflow::ops::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).