MCPcopy
hub / github.com/tensorflow/tfjs / iterator

Method iterator

tfjs-layers/src/engine/dataset_fakes.ts:209–211  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

207 }
208
209 async iterator(): Promise<LazyIterator<FitDatasetElement>> {
210 return new FakeNumericIterator(this.args);
211 }
212}
213
214// We can't use Dataset.map(...) because we don't depend on tfjs-data here,

Callers 4

iteratorMethod · 0.45
fitDatasetFunction · 0.45
evaluateDatasetFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected