Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tensorflow/tfjs
/ serialNext
Method
serialNext
tfjs-data/src/iterators/lazy_iterator.ts:553–555 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
551
}
552
553
private
async
serialNext(): Promise<IteratorResult<T>> {
554
return
this.upstream.next();
555
}
556
}
557
558
class
SkipIterator<T> extends LazyIterator<T> {
Callers
1
next
Method · 0.95
Calls
1
next
Method · 0.45
Tested by
no test coverage detected