MCPcopy
hub / github.com/tensorflow/playground / simulationStarted

Function simulationStarted

src/playground.ts:1106–1114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1104}
1105
1106function simulationStarted() {
1107 ga('send', {
1108 hitType: 'event',
1109 eventCategory: 'Starting Simulation',
1110 eventAction: parametersChanged ? 'changed' : 'unchanged',
1111 eventLabel: state.tutorial == null ? '' : state.tutorial
1112 });
1113 parametersChanged = false;
1114}
1115
1116drawDatasetThumbnails();
1117initTutorial();

Callers 2

playOrPauseMethod · 0.85
makeGUIFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…