MCPcopy Index your code
hub / github.com/tensorflow/tfjs / run

Method run

e2e/benchmarks/browserstack-benchmark/promise_queue.js:24–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22 }
23
24 run() {
25 while (this.running < this.concurrency && this.queue.length > 0) {
26 this.queue.shift()();
27 }
28 }
29}
30
31module.exports = {PromiseQueue};

Callers 15

addMethod · 0.95
index.jsFile · 0.80
_create_saved_model_v1Function · 0.80
_create_hub_moduleFunction · 0.80
_create_frozen_modelFunction · 0.80
wizard.pyFile · 0.80
converter.pyFile · 0.80
testFoldBatchNormsMethod · 0.80

Calls 1

shiftMethod · 0.80