Adds unicode_decode and unicode_decode_with_offsets ops, which decode strings...
Adds unicode_decode and unicode_decode_with_offsets ops, which decode strings into unicode codepoints. Adds unicode_split and unicode_split_with_offset ops, which split strings into unicode characters. RELNOTES: Adds unicode_decode, unicode_decode_with_offsets, unicode_split, and unicode_split_with_offset ops. PiperOrigin-RevId: 225281768
Loading
Please sign in to comment