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

Function createImageStepData

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

Source from the content-addressed store, hash-verified

242}
243
244export function createImageStepData(): ImageStepDatum[] {
245 return [
246 {step: 0, wallTime: 123, imageId: '<image_id_0>'},
247 {step: 1, wallTime: 124, imageId: '<image_id_1>'},
248 {step: 99, wallTime: 125, imageId: '<image_id_2>'},
249 ];
250}
251
252function createStepData(plugin: PluginType) {
253 switch (plugin) {

Callers 4

createStepDataFunction · 0.85
createTimeSeriesDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…