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

Method constructor

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

Source from the content-addressed store, hash-verified

75 carryover = '';
76
77 constructor(
78 protected upstream: LazyIterator<string>, protected separator: string) {
79 super();
80 }
81
82 summary() {
83 return `${this.upstream.summary()} -> Split('${this.separator}')`;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected