MCPcopy Index your code

hub / github.com/tensorflow/tensorboard / functions

Functions7,383 in github.com/tensorflow/tensorboard

↓ 34 callersFunctionset
(key: string, value: T, options: SetterOptions<T> = {})
tensorboard/components/tf_storage/storage.ts:125
↓ 34 callersMethodstartDrag
(fob: Fob, affordance: TimeSelectionAffordance, event: MouseEvent)
tensorboard/webapp/widgets/card_fob/card_fob_controller_component.ts:122
↓ 33 callersFunctionbuildNavigation
( override: Partial<Navigation> & {pathname: string} )
tensorboard/webapp/app_routing/route_config_test.ts:47
↓ 33 callersMethodclose
Closes the writer and prevents further use.
tensorboard/summary/_writer.py:64
↓ 33 callersFunctioncreateComponent
( name: string, data: HistogramData )
tensorboard/webapp/widgets/histogram/histogram_test.ts:152
↓ 33 callersMethodmakedirs
Creates a directory and all parent/intermediate directories.
tensorboard/compat/tensorflow_stub/io/gfile.py:396
↓ 33 callersMethodmove
* Move the selection. * * Updates the state of the object accordingly. It disallows going off the * edges. * * Moving a multi-element s
tensorboard/components/tensor_widget/selection.ts:207
↓ 33 callersMethodparse
* In default TypeScript, `JSON.parse` is typed as: * ``` * parse( * text: string, * reviver?: (this: any, key: string, value: an
tensorboard/defs/strict_type_check.d.ts:34
↓ 32 callersMethodAddRun
Add a run to the multiplexer. If the name is not specified, it is the same as the path. If a run by that name exists, and we are alr
tensorboard/backend/event_processing/event_multiplexer.py:103
↓ 32 callersMethod_WriteToFile
(self, filename, data, timestamps=None)
tensorboard/backend/event_processing/directory_loader_test.py:64
↓ 32 callersFunctioncreateSettings
(override?: Partial<Settings>)
tensorboard/webapp/settings/testing.ts:24
↓ 32 callersFunctioncreateSettingsState
( override?: Partial<SettingsState> )
tensorboard/webapp/settings/testing.ts:34
↓ 32 callersMethodhistogram
(self, *args, **kwargs)
tensorboard/plugins/histogram/summary_test.py:50
↓ 31 callersMethodAddItem
Add a new item to the Reservoir with the given tag. If the reservoir has not yet reached full size, the new item is guaranteed to be
tensorboard/backend/event_processing/reservoir.py:114
↓ 31 callersMethodTensors
Given a summary tag, return all associated tensors. Args: tag: A string tag associated with the events. Raises:
tensorboard/backend/event_processing/event_accumulator.py:713
↓ 31 callersMethodreverse
* Converts `x` in `range` coordinates into `domain` coordinates.
tensorboard/webapp/widgets/line_chart_v2/lib/scale_types.ts:42
↓ 30 callersFunction_make_event
(**kwargs)
tensorboard/backend/event_processing/event_file_loader_test.py:238
↓ 30 callersFunctionbuildNavigatedAction
(overrides?: Partial<NavigatedPayload>)
tensorboard/webapp/app_routing/testing.ts:47
↓ 30 callersFunctioncallback
(resp: SessionGroup[])
tensorboard/webapp/hparams/_redux/hparams_data_source_test.ts:166
↓ 30 callersMethodticks
* Returns "human friendly" numbers between the `domain` that can be used for ticks and * grid. * * In case the spread of an interval is 0 or
tensorboard/webapp/widgets/line_chart_v2/lib/scale_types.ts:67
↓ 30 callersMethodvalues
(self)
tensorboard/data/provider.py:1285
↓ 29 callersMethod_append_record
(self, data)
tensorboard/backend/event_processing/event_file_loader_test.py:40
↓ 29 callersMethod_experiment_from_metadata
Calls the expected operations for generating an Experiment proto.
tensorboard/plugins/hparams/backend_context_test.py:159
↓ 29 callersMethodisdir
Returns whether the path is a directory or not.
tensorboard/compat/tensorflow_stub/io/gfile.py:367
↓ 29 callersFunctionparseDebugTensorValue
( raw: RawDebugTensorValue )
tensorboard/plugins/debugger_v2/tf_debugger_v2_plugin/store/debug_tensor_value.ts:99
↓ 28 callersMethodReload
Call `Reload` on every `EventAccumulator`.
tensorboard/backend/event_processing/event_multiplexer.py:184
↓ 28 callersFunctionbuildState
( featureFlagState: FeatureFlagState = buildFeatureFlagState() )
tensorboard/webapp/feature_flag/store/testing.ts:34
↓ 28 callersFunctioncreateComponent
(input: { seriesData: DataSeries[]; seriesMetadataMap: DataSeriesMetadataMap; yScaleType: ScaleTyp
tensorboard/webapp/widgets/line_chart_v2/line_chart_component_test.ts:151
↓ 28 callersFunctioncreateDebuggerGraphsState
(override?: Partial<Graphs>)
tensorboard/plugins/debugger_v2/tf_debugger_v2_plugin/testing/index.ts:219
↓ 28 callersMethodisSafeNumber
* Returns true when a value, x, is a value, can be safely transformed symmetrically*, * and is not an extremum. * * *: e.g., f(1) = 2 and f'(
tensorboard/webapp/widgets/line_chart_v2/lib/scale_types.ts:75
↓ 28 callersMethodrender
()
tensorboard/plugins/projector/vz_projector/scatterPlot.ts:574
↓ 28 callersMethodrequest
* Gives a promise that loads assets from given url (respects queuing). If * postData is provided, this request will use POST, not GET. This is an
tensorboard/components/tf_backend/requestManager.ts:123
↓ 27 callersMethodassertPlatformSpecificLogdirParsing
A custom assertion to test :func:`parse_event_files_spec` under various systems. Args: pathObj: a custom replacement obje
tensorboard/backend/event_processing/data_ingester_test.py:105
↓ 27 callersFunctionbuildHparamSpec
( override: Partial<HparamSpec> = {} )
tensorboard/webapp/hparams/_redux/testing.ts:51
↓ 27 callersFunctioncreateScalarStepData
()
tensorboard/webapp/metrics/testing.ts:205
↓ 27 callersFunctioncreateScale
(type: ScaleType)
tensorboard/webapp/widgets/line_chart_v2/lib/scale.ts:21
↓ 27 callersMethodgetRowStart
()
tensorboard/components/tensor_widget/selection.ts:286
↓ 26 callersMethod_WriteToFile
(self, filename, data)
tensorboard/backend/event_processing/directory_watcher_test.py:64
↓ 26 callersFunctionbuildCompareRoute
( aliasAndExperimentIds: string[], routeOverride: Partial<Route> = {} )
tensorboard/webapp/app_routing/testing.ts:29
↓ 26 callersMethodniceDomain
* Attempts to transform domain into nice round numbers. Analogous to `d3.nice`. * * @param domain Two finite numbers to compuute round number fr
tensorboard/webapp/widgets/line_chart_v2/lib/scale_types.ts:49
↓ 26 callersMethodrun
Context manager to run the gRPC server and yield a client for it.
tensorboard/util/grpc_util_test.py:53
↓ 26 callersMethodstopDrag
()
tensorboard/webapp/widgets/card_fob/card_fob_controller_component.ts:136
↓ 25 callersFunctionbinsToHistogram
(bins: Bin[])
tensorboard/webapp/widgets/histogram/histogram_util_test.ts:27
↓ 25 callersFunctioncreateAlertsState
(override?: Partial<Alerts>)
tensorboard/plugins/debugger_v2/tf_debugger_v2_plugin/testing/index.ts:185
↓ 25 callersFunctioncreateDebuggerGraphExecutionsState
( override?: Partial<GraphExecutions> )
tensorboard/plugins/debugger_v2/tf_debugger_v2_plugin/testing/index.ts:210
↓ 25 callersMethodgetRGB
(value: number)
tensorboard/components/tensor_widget/colormap.ts:160
↓ 25 callersFunctionisIntegerDType
(dtype: string)
tensorboard/components/tensor_widget/dtype-utils.ts:21
↓ 25 callersMethodpop
Pop the element with the smallest key.
tensorboard/plugins/projector/vz_projector/heap.ts:32
↓ 25 callersMethodsetData
(data: DataSeries[])
tensorboard/webapp/widgets/line_chart_v2/lib/chart_types.ts:32
↓ 24 callersFunctionbuildNormalizedHistograms
( histograms: HistogramDatum[], binCount: number = DEFAULT_BIN_COUNT )
tensorboard/webapp/widgets/histogram/histogram_util.ts:39
↓ 24 callersMethodclone
()
third_party/safe_html_types/com/google/common/html/types/SafeUrlProto.java:378
↓ 24 callersMethodgetSettings
()
tensorboard/webapp/persistent_settings/_data_source/testing.ts:32
↓ 23 callersFunction_make_info
Make a sample TensorBoardInfo object. Args: i: Seed; vary this value to produce slightly different outputs. Returns: A type-corr
tensorboard/manager_test.py:33
↓ 23 callersFunctioncreateComponent
(input: { headers?: ColumnHeader[]; sortingInfo?: SortingInfo; data?: TableData[]; potentialCo
tensorboard/webapp/widgets/data_table/data_table_test.ts:144
↓ 23 callersMethoddefineGlobalSetting
* Registers a global setting that is to be persisted when a store emits a * change. For per-experiment settings, please contact TensorBoard team
tensorboard/webapp/persistent_settings/persistent_settings_config_module.ts:71
↓ 22 callersMethodTags
Return all tags found in the value stream. Returns: A `{tagType: ['list', 'of', 'tags']}` dictionary.
tensorboard/backend/event_processing/event_accumulator.py:571
↓ 22 callersMethod_SetupWSGIApp
(self)
tensorboard/plugins/projector/projector_plugin_test.py:372
↓ 22 callersMethod_verify_handler
( self, request, expected_session_group_names, expected_total_size )
tensorboard/plugins/hparams/list_session_groups_test.py:2439
↓ 22 callersMethodadd
(target: Element)
tensorboard/webapp/metrics/views/card_renderer/card_lazy_loader.ts:74
↓ 22 callersMethodadd_test_summary
Convenience for writing a simple summary for a given tag.
tensorboard/util/test_util.py:50
↓ 22 callersMethodassertEventWallTimes
Asserts that loader.Load() result has specified event wall times.
tensorboard/backend/event_processing/event_file_loader_test.py:53
↓ 22 callersFunctioncreateComponent
(experimentIds: string[])
tensorboard/webapp/runs/views/runs_table/regex_edit_dialog_test.ts:84
↓ 22 callersFunctioncreateImageCardContainer
(cardId: CardId)
tensorboard/webapp/metrics/views/card_renderer/image_card_test.ts:66
↓ 22 callersMethodcreateOrUpdateLineObject
* Draws or enqueues line drawing operations depending on a renderer. If the * `cachedLine` is null, it will create a new line object. Otherwise, it
tensorboard/webapp/widgets/line_chart_v2/lib/renderer/renderer_types.ts:47
↓ 22 callersFunctionhistogramsToBins
(histograms: HistogramDatum[])
tensorboard/webapp/widgets/histogram/histogram_util_test.ts:31
↓ 22 callersMethodnumpy
(self)
tensorboard/data/provider.py:1075
↓ 22 callersFunctionsetActivePlugin
(plugin: PluginId)
tensorboard/webapp/plugins/plugins_container_test.ts:150
↓ 21 callersMethodScalars
Given a summary tag, return all associated `ScalarEvent`s. Args: tag: A string tag associated with the events. Raises:
tensorboard/backend/event_processing/event_accumulator.py:591
↓ 21 callersMethodadd_graph
(self, graph, global_step=None, graph_def=None)
tensorboard/util/test_util.py:96
↓ 21 callersFunctionbuildDataSourceTagMetadata
()
tensorboard/webapp/metrics/testing.ts:182
↓ 21 callersFunctionbuildExperimentRouteFromId
(experimentId: string)
tensorboard/webapp/app_routing/testing.ts:40
↓ 21 callersFunctionbuildPoints
(xs: number[])
tensorboard/webapp/metrics/views/card_renderer/utils_test.ts:56
↓ 21 callersFunctionbuildTooltipDatum
( metadata?: ScalarCardSeriesMetadata, dataPoint: Partial<ScalarCardPoint> = {}, domPoint: P
tensorboard/webapp/metrics/views/card_renderer/scalar_card_test.ts:1253
↓ 21 callersMethodcommitChanges
()
tensorboard/components/tf_line_chart_data_loader/tf-line-chart-data-loader.ts:34
↓ 21 callersFunctiongetCardId
(cardMetadata: CardMetadata)
tensorboard/webapp/metrics/store/metrics_store_internal_utils.ts:141
↓ 21 callersMethodgetColStart
()
tensorboard/components/tensor_widget/selection.ts:294
↓ 21 callersMethodglob
Returns a list of files that match the given pattern(s).
tensorboard/compat/tensorflow_stub/io/gfile.py:339
↓ 21 callersMethodimage
(self, *args, **kwargs)
tensorboard/plugins/image/summary_test.py:60
↓ 21 callersMethodsanitizeRegularValue
This method implements the same logic as jslayout's CSS sanitizer for "regular" properties, except that commas are not whitelisted here, as they could
third_party/safe_html_types/com/google/common/html/types/SafeStyleBuilder.java:704
↓ 20 callersMethod_make_accumulator
(self, generator, **kwargs)
tensorboard/backend/event_processing/plugin_event_accumulator_test.py:144
↓ 20 callersMethodassertLoaderYields
(self, values)
tensorboard/backend/event_processing/directory_loader_test.py:73
↓ 20 callersFunctionbuildCardIdWithMetadata
( override: Partial<CardIdWithMetadata> )
tensorboard/webapp/metrics/utils_test.ts:19
↓ 20 callersFunctionbuildExperiment
(override?: Partial<Experiment>)
tensorboard/webapp/experiments/store/testing.ts:27
↓ 20 callersFunctionbuildRouteMatch
(override: Partial<RouteMatch> = {})
tensorboard/webapp/app_routing/route_config_test.ts:55
↓ 20 callersFunctionbuildTooltipDatum
( metadata?: ScalarCardSeriesMetadata, dataPoint: Partial<ScalarCardPoint> = {}, domPoint: P
tensorboard/webapp/metrics/views/card_renderer/scalar_card_line_chart_test.ts:756
↓ 20 callersFunctioncreateState
(settingsState: SettingsState)
tensorboard/webapp/settings/testing.ts:45
↓ 20 callersFunctioncreateTestExecutionData
( override?: Partial<Execution> )
tensorboard/plugins/debugger_v2/tf_debugger_v2_plugin/testing/index.ts:59
↓ 20 callersFunctiongetCards
(debugElement: DebugElement)
tensorboard/webapp/metrics/views/main_view/main_view_test.ts:139
↓ 20 callersMethodgetValue
()
tensorboard/plugins/projector/vz_projector/vz-projector-input.ts:138
↓ 20 callersMethodget_temp_dir
(self)
tensorboard/summary/writer/event_file_writer_fsspec_test.py:37
↓ 20 callersMethodlistdir
Returns a list of entries contained within a directory.
tensorboard/compat/tensorflow_stub/io/gfile.py:378
↓ 20 callersMethodreload
()
tensorboard/plugins/mesh/tf_mesh_dashboard/mesh-loader.ts:35
↓ 20 callersMethodsetNode
(name: string, node: GroupNode | OpNode)
tensorboard/plugins/graph/tf_graph_common/hierarchy.ts:141
↓ 20 callersMethodsetVisibleSeries
(names: readonly string[])
tensorboard/plugins/distribution/vz_distribution_chart/vz-distribution-chart.ts:153
↓ 20 callersMethodupdate
* Redraws the minimap. Should be called whenever the main svg * was updated (e.g. when a node was expanded).
tensorboard/plugins/graph/tf_graph_common/minimap.ts:157
↓ 19 callersMethodAddEvent
(self, event)
tensorboard/backend/event_processing/event_accumulator_test.py:144
↓ 19 callersMethod_CreateDeepS3Structure
Creates a reasonable deep structure of S3 subdirectories with files. Args: top_directory: The path of the top level S3 directory in
tensorboard/compat/tensorflow_stub/io/gfile_s3_test.py:310
↓ 19 callersFunctionas_dimension
Converts the given value to a Dimension. A Dimension input will be returned unmodified. An input of `None` will be converted to an unknown Di
tensorboard/compat/tensorflow_stub/tensor_shape.py:473
↓ 19 callersFunctionbuildStateFromHparamsState
(hparamsState: HparamsState)
tensorboard/webapp/hparams/_redux/testing.ts:47
↓ 19 callersFunctioncreatePluginMetadata
(displayName: string)
tensorboard/webapp/core/testing/index.ts:38
← previousnext →101–200 of 7,383, ranked by callers