Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tensorflow/tfjs-examples
/ disableModelParameterControls
Function
disableModelParameterControls
lstm-text-generation/ui.js:237–239 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
235
}
236
237
function
disableModelParameterControls() {
238
lstmLayersSizesInput.disabled = true;
239
}
240
241
function
enableModelParameterControls() {
242
lstmLayersSizesInput.disabled = false;
Callers
2
refreshLocalModelStatus
Function · 0.85
setUpUI
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected