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

Function serial

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

* Force an iterator to execute serially: each next() call will await the * prior one, so that they cannot execute concurrently.

()

Source from the content-addressed store, hash-verified

472 * prior one, so that they cannot execute concurrently.
473 */
474 serial(): LazyIterator<T> {
475 return new SerialIterator(this);
476 }
477}
478
479// ============================================================================

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…