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