tensorflow::ops

Function 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).