MCPcopy Create free account
hub / github.com/tensorflow/tensorboard / buildTimeSeriesData

Function buildTimeSeriesData

tensorboard/webapp/metrics/testing.ts:265–271  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

263}
264
265export function buildTimeSeriesData(): TimeSeriesData {
266 return {
267 scalars: {},
268 histograms: {},
269 images: {},
270 };
271}
272
273export function createTimeSeriesData(): TimeSeriesData {
274 return {

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…