tensorflow::ops

Function encode_png

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

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