Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
31
module.exports = {PromiseQueue};
Callers
15
add
Method · 0.95
index.js
File · 0.80
_create_saved_model_v1
Function · 0.80
_create_saved_model_v1_with_hashtable
Function · 0.80
_createTensorFlowSavedModelV1
Function · 0.80
_create_hub_module
Function · 0.80
_create_frozen_model
Function · 0.80
wizard.py
File · 0.80
converter.py
File · 0.80
testFoldBatchNorms
Method · 0.80
testFoldFusedBatchNorms
Method · 0.80
testFoldFusedBatchNormsV3
Method · 0.80
Calls
1
shift
Method · 0.80
Tested by
11
_createTensorFlowSavedModelV1
Function · 0.64
_create_hub_module
Function · 0.64
_create_frozen_model
Function · 0.64
testFoldBatchNorms
Method · 0.64
testFoldFusedBatchNorms
Method · 0.64
testFoldFusedBatchNormsV3
Method · 0.64
testFoldFusedBatchNormWithBias
Method · 0.64
testFoldFusedBatchNormsWithSharedWeights
Method · 0.64
_create_saved_model_v1
Method · 0.64
_create_saved_model_v1_with_hashtable
Method · 0.64
create_frozen_model
Method · 0.64