Function tensorflow::eager::raw_ops::unicode_decode_with_offsets
source · pub fn unicode_decode_with_offsets<'a, T0: ToTensorHandle<'a>>(
ctx: &'a Context,
input: &T0
) -> Result<[TensorHandle<'a>; 3]>
Expand description
Shorthand for UnicodeDecodeWithOffsets::new().call(&ctx, &input)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/UnicodeDecodeWithOffsets