MCPcopy Index your code
hub / github.com/tensorflow/tensorboard / buildMetricsState

Function buildMetricsState

tensorboard/webapp/metrics/testing.ts:153–157  ·  view source on GitHub ↗
(
  overrides?: Partial<MetricsState>
)

Source from the content-addressed store, hash-verified

151}
152
153export function buildMetricsState(
154 overrides?: Partial<MetricsState>
155): MetricsState {
156 return {...buildBlankState(), ...overrides};
157}
158
159export function appStateFromMetricsState(metricsState?: MetricsState): State {
160 return {

Calls 1

buildBlankStateFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…