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

Method constructor

tfjs-data/src/iterators/lazy_iterator.ts:509–512  ·  view source on GitHub ↗
(
      protected nextFn: () => IteratorResult<T>| Promise<IteratorResult<T>>)

Source from the content-addressed store, hash-verified

507
508class FunctionCallIterator<T> extends LazyIterator<T> {
509 constructor(
510 protected nextFn: () => IteratorResult<T>| Promise<IteratorResult<T>>) {
511 super();
512 }
513
514 summary() {
515 return `Function call`;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected