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

Method summary

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

Source from the content-addressed store, hash-verified

492 }
493
494 summary() {
495 return `Array of ${this.items.length} items`;
496 }
497
498 async next(): Promise<IteratorResult<T>> {
499 if (this.trav >= this.items.length) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected