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