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

Method constructor

tfjs-data/src/iterators/byte_chunk_iterator.ts:52–55  ·  view source on GitHub ↗
(protected upstream: LazyIterator<Uint8Array>)

Source from the content-addressed store, hash-verified

50 private impl: Utf8IteratorImpl;
51
52 constructor(protected upstream: LazyIterator<Uint8Array>) {
53 super();
54 this.impl = new Utf8IteratorImpl(upstream);
55 }
56
57 summary() {
58 return this.impl.summary();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected