Function tensorflow::ops::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)
.
pub fn encode_png<O0: Into<Output>>(
image: O0,
scope: &mut Scope
) -> Result<Operation>
Shorthand for EncodePng::new().build(image, scope)
.