Function tensorflow::ops::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)
.
pub fn decode_base64<O0: Into<Output>>(
input: O0,
scope: &mut Scope
) -> Result<Operation>
Shorthand for DecodeBase64::new().build(input, scope)
.