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

Class

tfjs-data/src/iterators/lazy_iterator.ts:878–878  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

876 }
877}
878class FlatmapIterator<I, O> extends OneToManyIterator<O> {
879 constructor(
880 protected upstream: LazyIterator<I>,
881 protected transform: (value: I) => O[]) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected