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

Method summary

tfjs-data/src/iterators/lazy_iterator_test.ts:32–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30 }
31
32 summary() {
33 return `TestIntegers`;
34 }
35
36 async next(): Promise<IteratorResult<number>> {
37 if (this.currentIndex >= this.length) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected