MCPcopy
hub / github.com/tensorflow/tensorboard / buildRun

Function buildRun

tensorboard/webapp/runs/store/testing.ts:34–43  ·  view source on GitHub ↗
(override?: Partial<Run>)

Source from the content-addressed store, hash-verified

32 * `override`.
33 */
34export function buildRun(override?: Partial<Run>): Run {
35 return {
36 id: '1',
37 name: 'Default Run',
38 startTime: 1,
39 hparams: null,
40 metrics: null,
41 ...override,
42 };
43}
44
45/**
46 * Builds a runs state.

Callers 13

createFakeRunsFunction · 0.90
utils_test.tsFile · 0.90
runs_table_test.tsFile · 0.90
run_name_test.tsFile · 0.90
utils_test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…