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

Method summary

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

Source from the content-addressed store, hash-verified

569 }
570
571 summary() {
572 return `${this.upstream.summary()} -> Skip`;
573 }
574
575 async next(): Promise<IteratorResult<T>> {
576 // This sets this.lastRead to a new Promise right away, as opposed to

Callers

nothing calls this directly

Calls 1

summaryMethod · 0.45

Tested by

no test coverage detected