Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
batch
Function · 0.45
concatenate
Function · 0.45
filter
Function · 0.45
forEachAsync
Function · 0.45
map
Function · 0.45
mapAsync
Function · 0.45
prefetch
Function · 0.45
repeat
Function · 0.45
skip
Function · 0.45
shuffle
Function · 0.45
take
Function · 0.45
toArray
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected