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

Function renderLogitsForManualInput

iris/ui.js:114–117  ·  view source on GitHub ↗
(logits)

Source from the content-addressed store, hash-verified

112}
113
114export function renderLogitsForManualInput(logits) {
115 const logitsElement = document.getElementById('logits');
116 renderLogits(logits, logitsElement);
117}
118
119export function renderEvaluateTable(xData, yTrue, yPred, logits) {
120 const tableBody = document.getElementById('evaluate-tbody');

Callers

nothing calls this directly

Calls 1

renderLogitsFunction · 0.70

Tested by

no test coverage detected