MCPcopy Create free account

hub / github.com/tensorflow/tensorboard / functions

Functions7,383 in github.com/tensorflow/tensorboard

↓ 4 callersFunctioncreateScalarPoint
(index: number, scalarValue: number)
tensorboard/components/vz_line_chart2/microbenchmark/renders_spec.ts:19
↓ 4 callersFunctioncreateState
(coreState: CoreState = createCoreState())
tensorboard/webapp/core/testing/index.ts:81
↓ 4 callersMethoddispose
()
tensorboard/webapp/widgets/line_chart_v2/lib/chart_types.ts:40
↓ 4 callersMethodfetchNotifications
()
tensorboard/webapp/notification_center/_data_source/testing.ts:27
↓ 4 callersFunctionflushAsync
(async: Async)
tensorboard/components/vz_line_chart2/microbenchmark/async.ts:132
↓ 4 callersFunctiongenerateNextCardStepIndex
( previousCardStepIndex: CardStepIndexMap, nextCardMetadataMap: CardMetadataMap )
tensorboard/webapp/metrics/store/metrics_store_internal_utils.ts:376
↓ 4 callersMethodget
Get an auth token from the auth provider with the given key. If successful, the result will be cached on this auth context. If unsucc
tensorboard/auth.py:75
↓ 4 callersFunctiongetCardGroupNames
(debugElement: DebugElement)
tensorboard/webapp/metrics/views/main_view/main_view_test.ts:113
↓ 4 callersFunctiongetClosestStep
( selectedStep: number, steps: number[] )
tensorboard/webapp/metrics/views/card_renderer/utils.ts:190
↓ 4 callersMethodgetColCount
()
tensorboard/components/tensor_widget/selection.ts:298
↓ 4 callersMethodgetColor
* Use the color scale to transform an element in the domain into a color. * @param {string} The input string to map to a color. * @return {strin
tensorboard/components/tf_color_scale/colorScale.ts:53
↓ 4 callersFunctiongetConfig
( deepLinker: DeepLinkerInterface )
tensorboard/webapp/core/store/core_initial_state_provider.ts:24
↓ 4 callersMethodgetEmbeddingInfo
(tensorName: string)
tensorboard/plugins/projector/vz_projector/data-provider-demo.ts:36
↓ 4 callersFunctiongetExperimentIdsFromRouteParams
( routeKind: RouteKind, params: RouteParams )
tensorboard/webapp/app_routing/internal_utils.ts:64
↓ 4 callersMethodgetFromPreviousFrame
(key: string)
tensorboard/webapp/widgets/line_chart_v2/lib/drawable.ts:29
↓ 4 callersMethodgetFullPath
( pathname: string, queryParams: SerializableQueryParams, shouldPreserveHash?: boolean )
tensorboard/webapp/app_routing/location.ts:40
↓ 4 callersMethodgetHref
()
tensorboard/webapp/app_routing/location.ts:22
↓ 4 callersFunctiongetMonacoThemeString
(useDarkMode: boolean)
tensorboard/webapp/widgets/source_code/editor_options.ts:22
↓ 4 callersMethodgetNavigation
(action: Action)
tensorboard/webapp/app_routing/programmatical_navigation_module.ts:47
↓ 4 callersMethodgetNgComponentByRouteKind
(routeKind: RouteKind)
tensorboard/webapp/app_routing/route_registry_module.ts:66
↓ 4 callersMethodgetOrCreateRenderNodeByName
* Get a previously created RenderNodeInfo for the specified node name, * or create one if it hasn't been created yet.
tensorboard/plugins/graph/tf_graph_common/render.ts:348
↓ 4 callersFunctiongetOverriddenFeatureFlagValuesFromSearchParams
( featureFlagMetadataMap: FeatureFlagMetadataMapType<T>, params: URLSearchParams )
tensorboard/webapp/routes/feature_flag_serializer.ts:78
↓ 4 callersMethodgetPath
()
tensorboard/webapp/app_routing/location.ts:28
↓ 4 callersFunctiongetRendererType
( preferredRendererType: RendererType )
tensorboard/webapp/widgets/line_chart_v2/line_chart_internal_utils.ts:75
↓ 4 callersMethodgetRowCount
()
tensorboard/components/tensor_widget/selection.ts:290
↓ 4 callersMethodgetRun
()
tensorboard/plugins/custom_scalar/tf_custom_scalar_dashboard/tf-custom-scalar-helpers.ts:91
↓ 4 callersMethodgetSize
Returns the size of the list.
tensorboard/plugins/projector/vz_projector/heap.ts:134
↓ 4 callersMethodgetSymbol
()
tensorboard/plugins/custom_scalar/tf_custom_scalar_dashboard/tf-custom-scalar-helpers.ts:97
↓ 4 callersMethodgetTimeValue
(datum: HistogramDatum)
tensorboard/webapp/widgets/histogram/histogram_component.ts:346
↓ 4 callersMethodgetUpdateIdentifier
()
tensorboard/webapp/widgets/line_chart_v2/lib/coordinator.ts:56
↓ 4 callersMethodgetYAxisAccessor
()
tensorboard/components/vz_line_chart2/line-chart.ts:425
↓ 4 callersMethodget_components
(self, proto)
tensorboard/plugins/mesh/summary_test.py:35
↓ 4 callersMethodhide
()
tensorboard/components/vz_chart_helpers/vz-chart-tooltip.ts:91
↓ 4 callersMethodhideValueTooltip
()
tensorboard/components/tensor_widget/tensor-widget-impl.ts:1083
↓ 4 callersMethodhistograms_impl
Result of the form `(body, mime_type)`. At most `downsample_to` events will be returned. If this value is `None`, then default downsa
tensorboard/plugins/histogram/histograms_plugin.py:102
↓ 4 callersMethodinit
* Initializes the minimap and returns a minimap object to notify when * things update. * * @param svg The main svg element. * @param zoomG
tensorboard/plugins/graph/tf_graph/tf-graph-minimap.ts:93
↓ 4 callersMethodinitialize
(projector: any, dp: DataProvider)
tensorboard/plugins/projector/vz_projector/vz-projector-data-panel.ts:102
↓ 4 callersFunctionintermediateToD3
( histogram: IntermediateHistogram, min: number | undefined, max: number | undefined, numBins = 30 )
tensorboard/plugins/histogram/tf_histogram_dashboard/histogramCore.ts:83
↓ 4 callersFunctionisFrameBottommostInStackTrace
( stackFrames: StackFrame[], stackFrame: StackFrame )
tensorboard/plugins/debugger_v2/tf_debugger_v2_plugin/store/debugger_store_utils.ts:50
↓ 4 callersMethodisNull
()
tensorboard/plugins/hparams/tf_hparams_parallel_coords_plot/lines.ts:63
↓ 4 callersMethodisPanKey
(event: MouseEvent)
tensorboard/components/vz_line_chart2/panZoomDragLayer.ts:101
↓ 4 callersFunctionisSpinnerVisible
( fixture: ComponentFixture<MainViewContainer> )
tensorboard/webapp/metrics/views/main_view/main_view_test.ts:279
↓ 4 callersMethodis_active
(self)
tensorboard/plugins/scalar/scalars_plugin.py:72
↓ 4 callersMethodlayout_impl
(self, ctx, experiment)
tensorboard/plugins/custom_scalar/custom_scalars_plugin.py:272
↓ 4 callersFunctionlazy_tensor
()
tensorboard/plugins/image/summary_v2.py:111
↓ 4 callersMethodlist_scalars
( self, ctx=None, *, experiment_id, plugin_name, run_tag_filter=None )
tensorboard/plugins/debugger_v2/debug_data_provider.py:507
↓ 4 callersMethodlisten
(type: MessageType, callback: MessageCallback)
tensorboard/components/experimental/plugin_util/message.ts:60
↓ 4 callersMethodload_plugin
(self)
tensorboard/plugins/text/text_plugin_test.py:44
↓ 4 callersFunctionlog
(x: number)
tensorboard/components/vz_line_chart2/log-scale.ts:24
↓ 4 callersFunctionmakeBindings
( fromString: (string) => T, toString: (T) => string )
tensorboard/components/tf_storage/storage.ts:106
↓ 4 callersMethodmake_request_and_assert_no_warn
( self, headers, )
tensorboard/backend/security_validator_test.py:71
↓ 4 callersFunctionmake_summary
(tag, metadata, data)
tensorboard/data_compat.py:76
↓ 4 callersMethodmargin
Sets {@code value} as the {@code margin} property. <p>The value must contain only whitelisted characters; those are alphanumerics, space, tab, and th
third_party/safe_html_types/com/google/common/html/types/SafeStyleBuilder.java:304
↓ 4 callersFunctionmasked_crc32c
(data)
tensorboard/compat/tensorflow_stub/pywrap_tensorflow.py:39
↓ 4 callersFunctionmaybeOmitTimeSelectionEnd
( timeSelection: TimeSelection, rangeSelectionEnabled: boolean )
tensorboard/webapp/metrics/views/card_renderer/utils.ts:224
↓ 4 callersFunctionmaybeSetClosestStartStep
( timeSelectionView: TimeSelectionView, steps: number[] )
tensorboard/webapp/metrics/views/card_renderer/utils.ts:165
↓ 4 callersMethodmetadataChanged
( spriteAndMetadata: SpriteAndMetadataInfo, metadataFile?: string )
tensorboard/plugins/projector/vz_projector/vz-projector.ts:247
↓ 4 callersMethodnormalize
* Computes the centroid, shifts all points to that centroid, * then makes them all unit norm.
tensorboard/plugins/projector/vz_projector/data.ts:245
↓ 4 callersMethodnormalize_summary_pb
Pass `pb`'s `TensorProto` through a marshalling roundtrip. `TensorProto`s can be equal in value even if they are not identical in rep
tensorboard/plugins/pr_curve/summary_test.py:44
↓ 4 callersMethodonAnchor
(fn: () => void)
tensorboard/components/vz_line_chart2/line-chart.ts:924
↓ 4 callersMethodonDragEnd
()
tensorboard/plugins/hparams/tf_hparams_parallel_coords_plot/interaction_manager.ts:128
↓ 4 callersMethodonDragStart
(colIndex: number)
tensorboard/plugins/hparams/tf_hparams_parallel_coords_plot/interaction_manager.ts:120
↓ 4 callersFunctionopenFilterDialog
(fixture: ComponentFixture<TestableComponent>)
tensorboard/webapp/widgets/data_table/data_table_test.ts:940
↓ 4 callersFunctionparseBoolean
(str: string)
tensorboard/webapp/feature_flag/store/feature_flag_metadata.ts:53
↓ 4 callersFunctionparseCompareExperimentStr
( eidStr: string )
tensorboard/webapp/app_routing/internal_utils.ts:36
↓ 4 callersMethodpb_via_op
(self, summary_op)
tensorboard/plugins/pr_curve/summary_test.py:434
↓ 4 callersMethodpr_curves_impl
Creates the JSON object for the PR curves response for a run-tag combo. Arguments: runs: A list of runs to fetch the curves
tensorboard/plugins/pr_curve/pr_curves_plugin.py:86
↓ 4 callersFunctionprint_or_update
(message)
tensorboard/notebook.py:145
↓ 4 callersFunctionprovideCardFetchInfo
( specs: Array<Partial<CardFetchInfo> & {id: CardId}> )
tensorboard/webapp/metrics/effects/metrics_effects_test.ts:327
↓ 4 callersFunctionqueryDirective
( fixture: ComponentFixture<MainViewContainer>, directive: Type<any> )
tensorboard/webapp/metrics/views/main_view/main_view_test.ts:1484
↓ 4 callersMethodredraw
()
tensorboard/plugins/histogram/vz_histogram_timeseries/vz-histogram-timeseries.ts:43
↓ 4 callersMethodregisterRoutes
* An NgModule that registers routes. * * Note: especially because Polymer based TensorBoard requires relative paths * for making requests, al
tensorboard/webapp/app_routing/route_registry_module.ts:93
↓ 4 callersMethodreload
()
tensorboard/plugins/histogram/tf_histogram_dashboard/tf-histogram-loader.ts:41
↓ 4 callersMethodrenderRulersAndValueDivs
* Fill in the content of the top/left rulers and main value divs * based on the current slicing spec.
tensorboard/components/tensor_widget/tensor-widget-impl.ts:1093
↓ 4 callersMethodreplaceNode
(Node oldNode, Node newNode)
tensorboard/java/org/tensorflow/tensorboard/vulcanize/Vulcanize.java:267
↓ 4 callersMethodresolveAppRoot
(path: string)
tensorboard/webapp/webapp_data_source/tb_http_client.ts:83
↓ 4 callersMethodrootifyAttribute
(Node node, String attribute)
tensorboard/java/org/tensorflow/tensorboard/vulcanize/Vulcanize.java:290
↓ 4 callersMethodrun
(self, flags)
tensorboard/program_test.py:307
↓ 4 callersMethodsaveCardInteractions
(cardInteractions: CardInteractions)
tensorboard/webapp/metrics/data_source/card_interactions_data_source.ts:28
↓ 4 callersMethodsaveScalarPins
(tags: Tag[])
tensorboard/webapp/metrics/data_source/saved_pins_data_source.ts:33
↓ 4 callersMethodscaleType
()
tensorboard/plugins/hparams/tf_hparams_parallel_coords_plot/axes.ts:141
↓ 4 callersMethodselection
* Should only be called by the 'LinesCollection' class below. * @return the d3-selection given on construction.
tensorboard/plugins/hparams/tf_hparams_parallel_coords_plot/lines.ts:70
↓ 4 callersFunctionsendKeys
( fixture: ComponentFixture<T>, eventTarget: DebugElement, str: string )
tensorboard/webapp/testing/dom.ts:176
↓ 4 callersFunctionsetCursorLocation
( fixture: ComponentFixture<TestableScalarCardLineChart>, dataPoint?: {x: number; y: number},
tensorboard/webapp/metrics/views/card_renderer/scalar_card_line_chart_test.ts:794
↓ 4 callersFunctionsetCursorLocation
( fixture: ComponentFixture<ScalarCardContainer>, dataPoint?: {x: number; y: number}, domPoi
tensorboard/webapp/metrics/views/card_renderer/scalar_card_test.ts:1293
↓ 4 callersMethodsetLabelPointAccessor
(labelPointAccessor: string | null)
tensorboard/plugins/projector/vz_projector/projectorScatterPlotAdapter.ts:183
↓ 4 callersMethodsetMessage
(msg: string)
tensorboard/plugins/graph/tf_graph_common/common.ts:22
↓ 4 callersMethodsetProjectorConfigTemplateJson
( projectorConfigTemplate: HTMLTextAreaElement, config: ProjectorConfig )
tensorboard/plugins/projector/vz_projector/vz-projector-data-panel.ts:719
↓ 4 callersMethodsetSelectionState
(stateIndex: number, selected: boolean)
tensorboard/plugins/projector/vz_projector/vz-projector-bookmark-panel.ts:187
↓ 4 callersMethodsetSize
Sets the {@code size} attribute for this element.
third_party/safe_html_types/com/google/common/html/types/SafeHtmlBuilder.java:759
↓ 4 callersMethodsetToCurrentFrame
(key: string, value: Cacheable)
tensorboard/webapp/widgets/line_chart_v2/lib/drawable.ts:30
↓ 4 callersFunctionsetUp
(href: string, content: string)
tensorboard/webapp/app_routing/app_root_test.ts:35
↓ 4 callersMethodsetUseDarkMode
(useDarkMode: boolean)
tensorboard/webapp/widgets/line_chart_v2/lib/renderer/renderer_types.ts:86
↓ 4 callersMethodsetYScaleType
(type: ScaleType)
tensorboard/webapp/widgets/line_chart_v2/lib/chart_types.ts:36
↓ 4 callersMethodsetupCustomProjectionInputField
(name: InputControlName)
tensorboard/plugins/projector/vz_projector/vz-projector-projections-panel.ts:695
↓ 4 callersFunctionsimulateIntersection
( cardObserver: CardObserver, entries: Array<Partial<IntersectionObserverEntry> & {target: Ele
tensorboard/webapp/metrics/views/main_view/main_view_test.ts:501
↓ 4 callersFunctionsortNodes
(names: string[], graph: graphlib.Graph, prefix: string)
tensorboard/plugins/graph/tf_graph_common/template.ts:181
↓ 4 callersFunctionsplitByURL
(text: string)
tensorboard/webapp/util/string.ts:120
↓ 4 callersFunctionstateWithPinnedCopy
( state: MetricsState, originalCardId: CardId, pinnedCardId: CardId )
tensorboard/webapp/metrics/store/metrics_reducers_test.ts:2327
↓ 4 callersMethodstopTSNE
()
tensorboard/plugins/projector/vz_projector/data.ts:607
← previousnext →801–900 of 7,383, ranked by callers