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

Function setExampleHandler

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

Source from the content-addressed store, hash-verified

61
62export let addExampleHandler;
63export function setExampleHandler(handler) {
64 addExampleHandler = handler;
65}
66let mouseDown = false;
67const totals = [0, 0, 0, 0];
68

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected