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

Method constructor

tfjs-data/src/iterators/lazy_iterator.ts:566–569  ·  view source on GitHub ↗
(protected upstream: LazyIterator<T>, protected maxCount: number)

Source from the content-addressed store, hash-verified

564 count = 0;
565
566 constructor(protected upstream: LazyIterator<T>, protected maxCount: number) {
567 super();
568 this.lastRead = Promise.resolve({value: null, done: false});
569 }
570
571 summary() {
572 return `${this.upstream.summary()} -> Skip`;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected