MCPcopy Index your code
hub / github.com/tensorflow/tfjs-examples / updateTextInputParameters

Function updateTextInputParameters

lstm-text-generation/ui.js:249–256  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

247 }
248
249 function updateTextInputParameters() {
250 Object.keys(TEXT_DATA_URLS).forEach(key => {
251 var opt = document.createElement('option');
252 opt.value = key;
253 opt.innerHTML = TEXT_DATA_URLS[key].needle;
254 textDataSelect.appendChild(opt);
255 });
256 }
257
258 function hashCode(str) {
259 let hash = 5381, i = str.length;

Callers 1

setUpUIFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected