We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d40c4f commit 3f01eb5Copy full SHA for 3f01eb5
e2e/benchmarks/local-benchmark/index.html
@@ -1016,6 +1016,8 @@ <h2>TensorFlow.js Model Benchmark</h2>
1016
}
1017
1018
function updateModelsDropdown(newValues) {
1019
+ modelController._names = newValues;
1020
+ modelController._values = newValues;
1021
const tfliteBenchmarksHtml = newValues.map(name => `<option value="${name}">${name}</option>`);
1022
modelController.domElement.children[1].children[0].innerHTML = tfliteBenchmarksHtml;
1023
0 commit comments