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

Function buildCompareRoute

tensorboard/webapp/app_routing/testing.ts:29–38  ·  view source on GitHub ↗
(
  aliasAndExperimentIds: string[],
  routeOverride: Partial<Route> = {}
)

Source from the content-addressed store, hash-verified

27}
28
29export function buildCompareRoute(
30 aliasAndExperimentIds: string[],
31 routeOverride: Partial<Route> = {}
32): Route {
33 return {
34 routeKind: RouteKind.COMPARE_EXPERIMENT,
35 params: {experimentIds: aliasAndExperimentIds.join(',')},
36 ...routeOverride,
37 };
38}
39
40export function buildExperimentRouteFromId(experimentId: string): Route {
41 return {

Callers 4

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…