tensorflow::ops

Function decode_base64

Source
pub fn decode_base64<O0: Into<Output>>(
    input: O0,
    scope: &mut Scope,
) -> Result<Operation>
Expand description

Shorthand for DecodeBase64::new().build(input, scope).