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

Function enableStopButton

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

Source from the content-addressed store, hash-verified

194}
195
196export function enableStopButton() {
197 document.getElementById('stop-training').removeAttribute('disabled');
198}
199
200export function disableStopButton() {
201 document.getElementById('stop-training').setAttribute('disabled', true);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected