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

Method summary

tfjs-data/src/iterators/file_chunk_iterator.ts:58–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56 }
57
58 summary() {
59 return `FileChunks ${this.file}`;
60 }
61
62 async next(): Promise<IteratorResult<Uint8Array>> {
63 if (this.offset >= ((this.file instanceof Uint8Array) ?

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected