MCPcopy Create free account
hub / github.com/tensorflow/tfjs-examples / disableStopButton

Function disableStopButton

data-generator/ui.js:200–202  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

198}
199
200export function disableStopButton() {
201 document.getElementById('stop-training').setAttribute('disabled', true);
202}
203
204export function enablePredictButton() {
205 document.getElementById('predict').removeAttribute('disabled');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected