Function tensorflow::ops::encode_base64

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

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