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

Method constructor

tfjs-data/src/iterators/lazy_iterator.ts:935–940  ·  view source on GitHub ↗
(
      iterators: LazyIterator<LazyIterator<T>>,
      private readonly baseErrorHandler?: (e: Error) => boolean)

Source from the content-addressed store, hash-verified

933 private moreIterators: LazyIterator<LazyIterator<T>>;
934
935 constructor(
936 iterators: LazyIterator<LazyIterator<T>>,
937 private readonly baseErrorHandler?: (e: Error) => boolean) {
938 super();
939 this.moreIterators = iterators;
940 }
941
942 summary() {
943 const upstreamSummaries = 'TODO: fill in upstream of chained summaries';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected