MCPcopy Index your code
hub / github.com/tensorflow/tfjs / clearDisplay

Function clearDisplay

tfjs-backend-webgpu/benchmarks/util.js:75–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73}
74
75function clearDisplay() {
76 tabsContainer.innerHTML = '';
77 // remove all panels
78 [].slice.call(document.querySelectorAll('.mdl-tabs__panel')).forEach(el => {
79 el.parentNode.removeChild(el);
80 });
81}
82
83function getOrCreateTab(name) {
84 let tab = document.querySelector(`[href='#${name}']`);

Callers 1

Calls 1

callMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…