MCPcopy Create free account

hub / github.com/tensorflow/tensorboard / functions

Functions7,383 in github.com/tensorflow/tensorboard

↓ 12 callersMethodcompute_and_check_summary_pb
Use both `op` and `pb` to get a summary, asserting equality. Returns: a `Summary` protocol buffer
tensorboard/plugins/pr_curve/summary_test.py:67
↓ 12 callersFunctioncreateTimeSeriesData
()
tensorboard/webapp/metrics/testing.ts:273
↓ 12 callersMethoddeserializeQueryParams
( queryParams: SerializableQueryParams )
tensorboard/webapp/routes/dashboard_deeplink_provider.ts:171
↓ 12 callersMethoddispose
* Called when the main scatter plot tears down the visualizer. Remove all * objects from the scene, and dispose any heavy resources.
tensorboard/plugins/projector/vz_projector/scatterPlotVisualizer.ts:31
↓ 12 callersMethodfix_flags
Fixes standard TensorBoard CLI flags to parser.
tensorboard/plugins/core/core_plugin.py:676
↓ 12 callersFunctionformatNumber
(value: number)
tensorboard/webapp/util/value_formatter.ts:65
↓ 12 callersFunctionformatTimeSelection
( timeSelection: TimeSelection, minMaxStep: MinMaxStep, rangeSelectionEnabled: boolean )
tensorboard/webapp/metrics/views/card_renderer/utils.ts:241
↓ 12 callersMethodget_run_events
Returns tf.Event generators for each run's `DirectoryLoader`. Warning: the generators are stateful and consuming them will affect the
tensorboard/uploader/logdir_loader.py:82
↓ 12 callersFunctionisStringDType
(dtype: string)
tensorboard/components/tensor_widget/dtype-utils.ts:45
↓ 12 callersMethodload_server
(self, run_names)
tensorboard/plugins/scalar/scalars_plugin_test.py:81
↓ 12 callersFunctionnumElements
(shape: Shape)
tensorboard/components/tensor_widget/shape-utils.ts:23
↓ 12 callersFunctionpolymerFlush
()
tensorboard/components/vz_line_chart2/microbenchmark/polymer_util.ts:16
↓ 12 callersMethodremoveEventListener
(event: string, calback: (event: Event) => void)
tensorboard/webapp/widgets/content_wrapping_input/content_wrapping_input_component.ts:35
↓ 12 callersFunctionswitchTabs
( fixture: ComponentFixture<ScalarColumnEditorContainer>, mode: DataTableMode )
tensorboard/webapp/metrics/views/right_pane/scalar_column_editor/scalar_column_editor_test.ts:58
↓ 12 callersMethodtime
(self)
tensorboard/uploader/util_test.py:30
↓ 12 callersMethodvalueOf
@deprecated Use {@link #forNumber(int)} instead.
third_party/safe_html_types/com/google/common/html/types/CustomSafeUrlScheme.java:162
↓ 12 callersMethodverify_float_arrays_are_equal
(self, expected, actual)
tensorboard/plugins/pr_curve/summary_test.py:112
↓ 12 callersMethodwrite
(self, data)
tensorboard/summary/writer/record_writer.py:36
↓ 11 callersMethod_GenerateProjectorTestData
(self)
tensorboard/plugins/projector/projector_plugin_test.py:402
↓ 11 callersMethod_LoadAllEvents
Loads all events in the watcher.
tensorboard/backend/event_processing/directory_watcher_test.py:69
↓ 11 callersMethod_PathJoin
Join directory and path with slash and not local separator.
tensorboard/compat/tensorflow_stub/io/gfile_s3_test.py:306
↓ 11 callersMethod_test_route
(self, route, expected_status_code)
tensorboard/backend/application_test.py:730
↓ 11 callersMethod_time_series_impl
Constructs a list of responses from a list of series requests. Args: ctx: A `tensorboard.context.RequestContext` value.
tensorboard/plugins/metrics/metrics_plugin.py:386
↓ 11 callersFunction_translate_grpc_error
()
tensorboard/data/grpc_provider.py:340
↓ 11 callersMethod_validate_context
(self, ctx)
tensorboard/backend/event_processing/data_provider.py:48
↓ 11 callersMethodadd_column
Adds a named column of metadata values. Args: column_name: Name of the column. column_values: 1D array/list/iterable hold
tensorboard/plugins/projector/projector_plugin.py:102
↓ 11 callersFunctionassert
(value: string, expectedGroupBy: GroupBy | null)
tensorboard/webapp/routes/dashboard_deeplink_provider_test.ts:116
↓ 11 callersFunctioncomposeReducers
( ...actionReducers: Array<ActionReducer<S, A>> )
tensorboard/webapp/util/ngrx.ts:17
↓ 11 callersFunctioncreateComponent
()
tensorboard/webapp/metrics/views/main_view/card_grid_test.ts:243
↓ 11 callersFunctioncreateEnvironment
( override?: Partial<Environment> )
tensorboard/webapp/core/testing/index.ts:44
↓ 11 callersFunctioncreateTestExecutionDigest
( override?: Partial<ExecutionDigest> )
tensorboard/plugins/debugger_v2/tf_debugger_v2_plugin/testing/index.ts:127
↓ 11 callersMethodcreate_file
(self, file_basename, template)
tensorboard/defs/internal/resource_digest_suffixer_test.py:26
↓ 11 callersFunctioncreate_headers
( content_type="application/json", x_content_type_options="nosniff", content_security_policy="", )
tensorboard/backend/security_validator_test.py:34
↓ 11 callersMethodformatLong
* Represents a number in a long form of a human readable string. The string * should not lose information and must follow localization. * * P
tensorboard/webapp/widgets/line_chart_v2/lib/formatter.ts:47
↓ 11 callersFunctiongetCardSelectionStateToBoolean
( cardOverrideState: CardFeatureOverride | undefined, globalValue: boolean )
tensorboard/webapp/metrics/store/metrics_store_internal_utils.ts:597
↓ 11 callersFunctiongetCurrentPollingInterval
(pollSilenceTime: number)
tensorboard/plugins/debugger_v2/tf_debugger_v2_plugin/effects/debugger_effects.ts:143
↓ 11 callersFunctiongetFeatures
(options?: { enableMediaQuery?: boolean; localStorageOverrides?: string | null; })
tensorboard/webapp/webapp_data_source/tb_feature_flag_data_source_test.ts:46
↓ 11 callersFunctiongraphDefToSlimGraph
( graphDef: tf_graph_proto.GraphDef )
tensorboard/plugins/graph/tf_graph_common/common_test.ts:577
↓ 11 callersFunctionmake_response
(nonce)
tensorboard/util/grpc_util_test.py:38
↓ 11 callersFunctionmaybeClipTimeSelectionView
( timeSelection: TimeSelection, minStep: number, maxStep: number )
tensorboard/webapp/metrics/views/card_renderer/utils.ts:139
↓ 11 callersFunctionmemoize
( fn: (...args: T) => R )
tensorboard/webapp/util/memoize.ts:15
↓ 11 callersFunctionmockContentRect
(fixture: ComponentFixture<TestableComponent>)
tensorboard/webapp/widgets/histogram/histogram_test.ts:176
↓ 11 callersFunctionpbtxtToGraphDef
(text: string)
tensorboard/plugins/graph/tf_graph_common/common_test.ts:569
↓ 11 callersMethodpostMessage
(message: Message)
tensorboard/components/experimental/plugin_util/message.ts:112
↓ 11 callersMethodremoveNode
(Node node)
tensorboard/java/org/tensorflow/tensorboard/vulcanize/Vulcanize.java:272
↓ 11 callersMethodresize
(dim: Dimension)
tensorboard/webapp/widgets/line_chart_v2/lib/chart_types.ts:26
↓ 11 callersMethodsessionGroup
* @return the sessionGroup object this handle references or null if * this is a "null" reference.
tensorboard/plugins/hparams/tf_hparams_parallel_coords_plot/lines.ts:58
↓ 11 callersMethodsleep
(self, secs)
tensorboard/util/test_util.py:159
↓ 11 callersFunctionstringValueToDisplayString
( value: string, lengthLimit: number | null = 4 )
tensorboard/components/tensor_widget/string-utils.ts:111
↓ 10 callersMethodGetAccumulator
Returns EventAccumulator for a given run. Args: run: String name of run. Returns: An EventAccumulator object.
tensorboard/backend/event_processing/plugin_event_multiplexer.py:511
↓ 10 callersMethodGetSourceWriter
Returns the name of the event writer.
tensorboard/backend/event_processing/event_accumulator.py:402
↓ 10 callersMethodOutOfOrderWritesDetected
Returns whether any out-of-order writes have been detected. Out-of-order writes are only checked as part of the Load() iterator. Once an
tensorboard/backend/event_processing/directory_watcher.py:158
↓ 10 callersMethod_make_loader
(self, **kwargs)
tensorboard/backend/event_processing/event_file_loader_test.py:44
↓ 10 callersFunction_missing_run_error_response
(request)
tensorboard/plugins/debugger_v2/debugger_v2_plugin.py:38
↓ 10 callersMethod_validate_experiment_id
(self, experiment_id)
tensorboard/backend/event_processing/data_provider.py:52
↓ 10 callersMethod_write_image
(self, run, tag, samples=2, description=None)
tensorboard/plugins/metrics/metrics_plugin_test.py:115
↓ 10 callersMethodadd_scalars
Add a batch of scalars. Args: num_scalars: Number of scalars uploaded in this batch.
tensorboard/uploader/upload_tracker.py:56
↓ 10 callersFunctionareSameRouteKindAndExperiments
( route1: Pick<Route, 'routeKind' | 'params'> | null, route2: Pick<Route, 'routeKind' | 'params'> | null )
tensorboard/webapp/app_routing/internal_utils.ts:104
↓ 10 callersMethodassertGraphDefToModel
(self, expected_proto, model)
tensorboard/plugins/graph/keras_util_test.py:32
↓ 10 callersFunctionassertPagination
( fixture: ComponentFixture<MainViewContainer>, currentIndex: number, size: number )
tensorboard/webapp/metrics/views/main_view/main_view_test.ts:155
↓ 10 callersMethodassertTagsEqual
Utility method for checking the return value of the Tags() call. It fills out the `expected` arg with the default (empty) values for every
tensorboard/backend/event_processing/plugin_event_accumulator_test.py:103
↓ 10 callersMethodassertTagsEqual
Utility method for checking the return value of the Tags() call. It fills out the `expected` arg with the default (empty) values for every
tensorboard/backend/event_processing/event_accumulator_test.py:163
↓ 10 callersFunctionassertTooltipRows
( fixture: ComponentFixture<TestableScalarCardLineChart>, expectedTableContent: Array< Arr
tensorboard/webapp/metrics/views/card_renderer/scalar_card_line_chart_test.ts:808
↓ 10 callersFunctionassertTooltipRows
( fixture: ComponentFixture<ScalarCardContainer>, expectedTableContent: Array< Array<strin
tensorboard/webapp/metrics/views/card_renderer/scalar_card_test.ts:1309
↓ 10 callersMethodassertWatcherYields
(self, values)
tensorboard/backend/event_processing/directory_watcher_test.py:74
↓ 10 callersFunctionbooleanValueToDisplayString
( value: boolean | number, shortForm = true )
tensorboard/components/tensor_widget/string-utils.ts:93
↓ 10 callersFunctionbuildNotificationState
( override: Partial<NotificationState> )
tensorboard/webapp/notification_center/_redux/testing.ts:36
↓ 10 callersMethodclose
Destroys given custom modal and related resources.
tensorboard/webapp/widgets/custom_modal/custom_modal.ts:143
↓ 10 callersFunctioncreateComponent
( experimentIds: string[], columns?: RunsTableColumn[] )
tensorboard/webapp/runs/views/runs_table/runs_table_test.ts:71
↓ 10 callersFunctioncreateComponent
()
tensorboard/webapp/feature_flag/views/feature_flag_dialog_test.ts:71
↓ 10 callersFunctioncreateDebuggerExecutionsState
( override?: Partial<Executions> )
tensorboard/plugins/debugger_v2/tf_debugger_v2_plugin/testing/index.ts:201
↓ 10 callersFunctioncreatePartialMouseEvent
( buttonList: MouseEventButtons[] )
tensorboard/webapp/widgets/line_chart_v2/sub_view/testing.ts:31
↓ 10 callersFunctioncreateTestInfNanAlert
( override?: Partial<InfNanAlert> )
tensorboard/plugins/debugger_v2/tf_debugger_v2_plugin/testing/index.ts:42
↓ 10 callersMethodcreate_provider
(self)
tensorboard/backend/event_processing/data_provider_test.py:122
↓ 10 callersFunctionflushFetchRuns
(requestIndex: number, runs: Run[])
tensorboard/webapp/runs/effects/runs_effects_test.ts:66
↓ 10 callersFunctiongetFilterviewCardContents
( fixture: ComponentFixture<MainViewContainer> )
tensorboard/webapp/metrics/views/main_view/main_view_test.ts:1158
↓ 10 callersFunctiongetTimeSeriesLoadable
( timeSeriesData: TimeSeriesData, plugin: PluginType, tag: string, sample?: number )
tensorboard/webapp/metrics/store/metrics_store_internal_utils.ts:63
↓ 10 callersMethodhostForTest
()
tensorboard/webapp/metrics/views/card_renderer/card_lazy_loader.ts:214
↓ 10 callersMethodhtmlEscapeInternal
(String text)
third_party/safe_html_types/com/google/common/html/types/SafeHtmls.java:192
↓ 10 callersMethodlist_tensors
List metadata about tensor time series. Args: ctx: A TensorBoard `RequestContext` value. experiment_id: ID of enclosing e
tensorboard/data/provider.py:294
↓ 10 callersFunctionmake_request
(nonce)
tensorboard/util/grpc_util_test.py:34
↓ 10 callersFunctionmatchRunToRegex
( runMatchable: RunMatchable, regexString: string, shouldMatchExperiment: boolean )
tensorboard/webapp/util/matcher.ts:37
↓ 10 callersMethodngrxOnInitEffects
@export
tensorboard/webapp/app_routing/effects/app_routing_effects.ts:605
↓ 10 callersMethodrecord
(self)
tensorboard/compat/tensorflow_stub/pywrap_tensorflow.py:286
↓ 10 callersMethodreset
()
tensorboard/components/tf_dashboard_common/data-loader-behavior.ts:30
↓ 10 callersMethodsetSettings
(partialSetting: Partial<PersistableSettings>)
tensorboard/webapp/persistent_settings/_data_source/testing.ts:28
↓ 10 callersMethodsize
Returns the number of elements in the heap.
tensorboard/plugins/projector/vz_projector/heap.ts:66
↓ 10 callersMethodstart
Starts ingesting data based on the ingester flag configuration.
tensorboard/backend/event_processing/data_ingester.py:96
↓ 10 callersMethodupdateScatterPlotAttributes
()
tensorboard/plugins/projector/vz_projector/projectorScatterPlotAdapter.ts:214
↓ 9 callersMethodAddHistogram
( self, tag, wall_time=0, step=0, hmin=1, hmax=2, hnum
tensorboard/backend/event_processing/event_accumulator_test.py:65
↓ 9 callersFunctionDarkModeMixin
( Base: new () => PolymerElement )
tensorboard/components/polymer/dark_mode_mixin.ts:31
↓ 9 callersMethod_GetJson
(self, path)
tensorboard/plugins/projector/projector_plugin_test.py:384
↓ 9 callersMethod_assert_ok
(self, response, eid, path, script)
tensorboard/backend/experiment_id_test.py:50
↓ 9 callersMethod_assert_ok
(self, response, client_feature_flags)
tensorboard/backend/client_feature_flags_test.py:42
↓ 9 callersMethod_get_json
(self, path)
tensorboard/backend/application_test.py:238
↓ 9 callersFunction_scoped_name
Returns scoped name for a node as a string in the form '<scope>/<node name>'. Args: name_scope: a string representing a scope name, sim
tensorboard/plugins/graph/keras_util.py:76
↓ 9 callersMethod_test
(self, markdown_string, expected)
tensorboard/plugin_util_test.py:78
↓ 9 callersMethod_write_scalar_data
Writes scalar data, starting at step 0. Args: run: string run name. tag: string tag name. data: list of scalar
tensorboard/plugins/metrics/metrics_plugin_test.py:67
↓ 9 callersMethodadd_scalar
Adds a scalar summary. Args: tag: string tag used to uniquely identify this time series. data: numeric scalar value for t
tensorboard/summary/_writer.py:70
↓ 9 callersMethodas_tuple
Returns the basis point and the value as a tuple.
tensorboard/plugins/distribution/compressor.py:42
← previousnext →301–400 of 7,383, ranked by callers