Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/tensorflow/tfjs-examples
/ enableModelControls
Function
enableModelControls
cart-pole/ui.js:119–123 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
117
}
118
119
function
enableModelControls() {
120
trainButton.textContent =
'Train'
;
121
testButton.disabled = false;
122
deleteStoredModelButton.disabled = false;
123
}
124
125
/**
126
* Render the current state of the system on an HTML canvas.
Callers
1
setUpUI
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected