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

Class

tfjs-data/src/iterators/string_iterator.ts:21–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19import {LazyIterator, OneToManyIterator} from './lazy_iterator';
20
21export abstract class StringIterator extends LazyIterator<string> {
22 /**
23 * Splits a string stream on a given separator.
24 *

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected