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

Function getDenseUnits

webcam-transfer-learning/ui.js:40–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38
39const denseUnitsElement = document.getElementById('dense-units');
40export const getDenseUnits = () => +denseUnitsElement.value;
41const statusElement = document.getElementById('status');
42
43export function startPacman() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected