MCPcopy Create free account
hub / github.com/tensorflow/tfjs / decodeUTF8

Function decodeUTF8

tfjs-data/src/iterators/byte_chunk_iterator.ts:33–35  ·  view source on GitHub ↗

* Decode a stream of UTF8-encoded byte arrays to a stream of strings. * * The byte arrays producetd from the ByteChunkIterator on which this is * called will be interpreted as concatenated. No assumptions are made about * the boundaries of the incoming chunks, so a multi-byte UTF8 encod

()

Source from the content-addressed store, hash-verified

31 * for instance, when reading fixed-size byte arrays from a file.
32 */
33 decodeUTF8(): StringIterator {
34 return new Utf8Iterator(this);
35 }
36}
37
38// ============================================================================

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…