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

Method summary

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

Source from the content-addressed store, hash-verified

512 }
513
514 summary() {
515 return `Function call`;
516 }
517
518 async next(): Promise<IteratorResult<T>> {
519 try {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected