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