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

Method summary

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

Source from the content-addressed store, hash-verified

538 }
539
540 summary() {
541 return `${this.upstream.summary()} -> Serial`;
542 }
543
544 async next(): Promise<IteratorResult<T>> {
545 // 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