MCPcopy Index your code
hub / github.com/tensorflow/tfjs / iterator

Method iterator

tfjs-data/src/dataset.ts:556–558  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

554 * from any underlying `Dataset`s.
555 */
556 async iterator(): Promise<LazyIterator<T>> {
557 return iteratorFn();
558 }
559 }
560 ();
561}

Callers 14

batchFunction · 0.45
concatenateFunction · 0.45
filterFunction · 0.45
forEachAsyncFunction · 0.45
mapFunction · 0.45
mapAsyncFunction · 0.45
prefetchFunction · 0.45
repeatFunction · 0.45
skipFunction · 0.45
shuffleFunction · 0.45
takeFunction · 0.45
toArrayFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected