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

Method summary

tfjs-data/src/iterators/lazy_iterator.ts:607–609  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

605 }
606
607 summary() {
608 return `${this.upstream.summary()} -> Take`;
609 }
610
611 async next(): Promise<IteratorResult<T>> {
612 if (this.count++ >= this.maxCount) {

Callers

nothing calls this directly

Calls 1

summaryMethod · 0.45

Tested by

no test coverage detected