Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tensorflow/tfjs-examples
/ updateModelParameterControls
Function
updateModelParameterControls
lstm-text-generation/ui.js:245–247 ·
view source on GitHub ↗
(lstmLayerSizes)
Source
from the content-addressed store, hash-verified
243
}
244
245
function
updateModelParameterControls(lstmLayerSizes) {
246
lstmLayersSizesInput.value = lstmLayerSizes;
247
}
248
249
function
updateTextInputParameters() {
250
Object.keys(TEXT_DATA_URLS).forEach(key => {
Callers
1
setUpUI
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected