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

Method constructor

tfjs-data/src/iterators/string_iterator.ts:59–62  ·  view source on GitHub ↗
(protected upstream: LazyIterator<string>, separator: string)

Source from the content-addressed store, hash-verified

57 private impl: SplitIteratorImpl;
58
59 constructor(protected upstream: LazyIterator<string>, separator: string) {
60 super();
61 this.impl = new SplitIteratorImpl(upstream, separator);
62 }
63
64 summary() {
65 return this.impl.summary();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected