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

Function buildDeserializedState

tensorboard/webapp/routes/testing.ts:17–33  ·  view source on GitHub ↗
(
  override: Partial<DeserializedState> = {}
)

Source from the content-addressed store, hash-verified

15import {DeserializedState} from './dashboard_deeplink_provider_types';
16
17export function buildDeserializedState(
18 override: Partial<DeserializedState> = {}
19) {
20 return {
21 unknownQueryParams: {},
22 runs: {
23 groupBy: null,
24 regexFilter: null,
25 },
26 metrics: {
27 pinnedCards: [],
28 smoothing: null,
29 tagFilter: null,
30 },
31 ...override,
32 };
33}

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…