Function tensorflow::ops::decode_png
source · pub fn decode_png<O0: Into<Output>>(
contents: O0,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for DecodePng::new().build(contents, scope)
.
pub fn decode_png<O0: Into<Output>>(
contents: O0,
scope: &mut Scope
) -> Result<Operation>
Shorthand for DecodePng::new().build(contents, scope)
.