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

Method summary

tfjs-data/src/dataset_test.ts:30–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 currentIndex = 0;
29
30 summary() {
31 return `TestObjects`;
32 }
33
34 async next(): Promise<IteratorResult<{}>> {
35 if (this.currentIndex >= 100) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected