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

Function createStepData

tensorboard/webapp/metrics/testing.ts:252–263  ·  view source on GitHub ↗
(plugin: PluginType)

Source from the content-addressed store, hash-verified

250}
251
252function createStepData(plugin: PluginType) {
253 switch (plugin) {
254 case PluginType.SCALARS:
255 return createScalarStepData();
256 case PluginType.HISTOGRAMS:
257 return createHistogramStepData();
258 case PluginType.IMAGES:
259 return createImageStepData();
260 default:
261 throw new Error('Cannot create step data for unknown plugin type.');
262 }
263}
264
265export function buildTimeSeriesData(): TimeSeriesData {
266 return {

Callers 2

Calls 3

createScalarStepDataFunction · 0.85
createHistogramStepDataFunction · 0.85
createImageStepDataFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…