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

Method summary

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

Source from the content-addressed store, hash-verified

1023 }
1024
1025 summary() {
1026 const upstreamSummaries = 'TODO: fill in upstream of zip summaries';
1027 return `{${upstreamSummaries}} -> Zip`;
1028 }
1029
1030 private async nextState(afterState: Promise<IteratorResult<O>>):
1031 Promise<IteratorResult<O>> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected