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

Function updateSampleRowMessage

data-csv/ui.js:65–67  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

63
64// Updates the message in the "sample" output row.
65export function updateSampleRowMessage(message) {
66 sampleRowMessageElement.textContent = message;
67};
68
69/**
70 * Creates an HTML table, using div elements, to display the key-value pairs

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected