* Encodes Unicode codepoints into the desired string representation. * * We lose a dimension while encoding, since a series of integer codepoints is * encoded into a single string. * * This accepts two input tensors: a rank 1 tensor of code point values and * a single rank 1 tensor of splits which determine where each string begins * and ends from the provided code points.
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected