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

Method summary

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

Source from the content-addressed store, hash-verified

940 }
941
942 summary() {
943 const upstreamSummaries = 'TODO: fill in upstream of chained summaries';
944 return `${upstreamSummaries} -> Chained`;
945 }
946
947 async next(): Promise<IteratorResult<T>> {
948 this.lastRead = this.readFromChain(this.lastRead);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected