MCPcopy Index your code

hub / github.com/tensorflow/tensorboard / functions

Functions7,383 in github.com/tensorflow/tensorboard

↓ 735 callersMethodquery
* Search the dataset based on a metadata field.
tensorboard/plugins/projector/vz_projector/data.ts:634
↓ 723 callersMethodget
( path: string, option?: GetOptions )
tensorboard/webapp/webapp_data_source/tb_http_client_types.ts:29
↓ 472 callersMethodjoin
Join paths with a slash.
tensorboard/compat/tensorflow_stub/io/gfile.py:248
↓ 287 callersFunctionbuildRun
(override?: Partial<Run>)
tensorboard/webapp/runs/store/testing.ts:34
↓ 282 callersMethodnext
(self)
tensorboard/compat/tensorflow_stub/io/gfile.py:811
↓ 267 callersFunctionbuildMetricsState
( overrides?: Partial<MetricsState> )
tensorboard/webapp/metrics/testing.ts:153
↓ 246 callersMethodset
(self, key, value)
tensorboard/plugins/projector/projector_plugin.py:73
↓ 240 callersMethodpush
Push an element with the provided key.
tensorboard/plugins/projector/vz_projector/heap.ts:27
↓ 229 callersMethodappend
Append string file contents to a file. Args: filename: string, a path file_content: string, the contents to append
tensorboard/compat/tensorflow_stub/io/gfile.py:159
↓ 196 callersMethodadd
Adds an element to the list.
tensorboard/plugins/projector/vz_projector/heap.ts:116
↓ 196 callersFunctionmap
Just a curryable map to make things cute and tidy.
tensorboard/components/tf_backend/backend.ts:62
↓ 163 callersMethodsetAttribute
(@CompileTimeConstant final String name, String value)
third_party/safe_html_types/com/google/common/html/types/SafeHtmlBuilder.java:1072
↓ 161 callersFunctionbuildRoute
(routeOverride: Partial<Route> = {})
tensorboard/webapp/app_routing/testing.ts:21
↓ 161 callersFunctionreducers
(state: MetricsState | undefined, action: Action)
tensorboard/webapp/metrics/store/metrics_reducers.ts:1600
↓ 155 callersFunctioncreateDebuggerState
( override?: Partial<DebuggerState> )
tensorboard/plugins/debugger_v2/tf_debugger_v2_plugin/testing/index.ts:153
↓ 138 callersMethodget_temp_dir
(self)
tensorboard/compat/tensorflow_stub/io/gfile_fsspec_test.py:27
↓ 133 callersFunctionrange
(count: number)
tensorboard/plugins/projector/vz_projector/util.ts:38
↓ 129 callersMethoditems
Returns all the items in the heap.
tensorboard/plugins/projector/vz_projector/heap.ts:70
↓ 129 callersMethodwrite
Writes string file contents to file, clearing contents of the file on first write and then appending on subsequent calls. Args:
tensorboard/compat/tensorflow_stub/io/gfile.py:751
↓ 113 callersMethodmax
Returns the maximum representable value in this data type. Raises: TypeError: if this is a non-numeric, unordered, or quantized typ
tensorboard/compat/tensorflow_stub/dtypes.py:209
↓ 108 callersFunctionappStateFromMetricsState
(metricsState?: MetricsState)
tensorboard/webapp/metrics/testing.ts:159
↓ 107 callersMethodread
Reads contents of file to a string. Args: n: int, number of bytes or characters to read, otherwise read all the c
tensorboard/compat/tensorflow_stub/io/gfile.py:706
↓ 104 callersFunctioncreateComponent
( cardId: string, initiallyHidden?: boolean )
tensorboard/webapp/metrics/views/card_renderer/scalar_card_test.ts:298
↓ 104 callersFunctioncreateState
( debuggerState: DebuggerState = createDebuggerState() )
tensorboard/plugins/debugger_v2/tf_debugger_v2_plugin/testing/index.ts:346
↓ 103 callersFunctionlist
Print a listing of known running TensorBoard instances. TensorBoard instances that were killed uncleanly (e.g., with SIGKILL or SIGQUIT) may
tensorboard/notebook.py:417
↓ 100 callersMethodmain
(String[] args)
tensorboard/java/org/tensorflow/tensorboard/vulcanize/Zipper.java:43
↓ 97 callersFunctionbuildRunsState
( dataOverride?: Partial<RunsDataState>, uiOverride?: Partial<RunsUiState> )
tensorboard/webapp/runs/store/testing.ts:48
↓ 90 callersMethodaddEventListener
(event: string, calback: (event: Event) => void)
tensorboard/webapp/widgets/content_wrapping_input/content_wrapping_input_component.ts:34
↓ 89 callersFunctionbuildHistogramDatum
( override: Partial<HistogramDatum> = {} )
tensorboard/webapp/widgets/histogram/histogram_test.ts:56
↓ 88 callersMethodnode
(name: string)
tensorboard/plugins/graph/tf_graph_common/hierarchy.ts:138
↓ 85 callersMethodflush
()
tensorboard/webapp/widgets/line_chart_v2/lib/renderer/renderer_types.ts:82
↓ 83 callersMethodmin
Returns the minimum representable value in this data type. Raises: TypeError: if this is a non-numeric, unordered, or quantized typ
tensorboard/compat/tensorflow_stub/dtypes.py:182
↓ 81 callersMethoddomain
(self)
tensorboard/plugins/hparams/summary_v2.py:325
↓ 80 callersMethodReload
Loads all events added since the last call to `Reload`. If `Reload` was never called, loads all events in the file. Returns:
tensorboard/backend/event_processing/event_accumulator.py:334
↓ 79 callersFunctionselect
( fixture: ComponentFixture<SettingsViewContainer>, cssSelector: string )
tensorboard/webapp/metrics/views/right_pane/right_pane_test.ts:128
↓ 75 callersFunctionbuildStepIndexMetadata
( override: Partial<CardStepIndexMetaData> | null )
tensorboard/webapp/metrics/testing.ts:413
↓ 74 callersFunctionbuildMetadata
(metadata: Partial<DataSeriesMetadata>)
tensorboard/webapp/widgets/line_chart_v2/lib/testing.ts:42
↓ 74 callersMethodpush
* Append an annotation to the list, or a stand-in ellipsis annotation instead * if this would make it too many.
tensorboard/plugins/graph/tf_graph_common/render.ts:1491
↓ 73 callersFunctionbuildSeries
(override: Partial<DataSeries>)
tensorboard/webapp/widgets/line_chart_v2/lib/testing.ts:18
↓ 66 callersFunctionreducers
(state: DebuggerState, action: Action)
tensorboard/plugins/debugger_v2/tf_debugger_v2_plugin/store/debugger_reducers.ts:1031
↓ 64 callersMethoddispatchEvent
(eventType: EventType, payload?: any)
tensorboard/plugins/graph/tf_graph_common/util.ts:463
↓ 64 callersMethodtoString
Returns a debug representation of this value's underlying string, NOT the string representation of the URL. <p>Having {@code toString()} return a deb
third_party/safe_html_types/com/google/common/html/types/SafeUrl.java:104
↓ 60 callersMethodmatch
(navigation: {pathname: string})
tensorboard/webapp/app_routing/route_config.ts:385
↓ 59 callersFunctionafterEach
(context)
tensorboard/components/vz_line_chart2/microbenchmark/renders_spec.ts:69
↓ 59 callersFunctionbuildBin
(override: Partial<Bin> = {})
tensorboard/webapp/widgets/histogram/histogram_test.ts:47
↓ 57 callersFunctionbuildMockState
(overrides: PartialOverrides = {})
tensorboard/webapp/testing/utils.ts:75
↓ 56 callersMethodrun
Handles the request specified on construction. Returns: A response body. A mime type (string) for the response.
tensorboard/plugins/hparams/download_data.py:59
↓ 55 callersMethodreplace
Create a copy of this context with updated key-value pairs. Analogous to `namedtuple._replace`. For example, to create a new request
tensorboard/context.py:84
↓ 52 callersMethodGetAccumulator
Returns EventAccumulator for a given run. Args: run: String name of run. Returns: An EventAccumulator object.
tensorboard/backend/event_processing/event_multiplexer.py:510
↓ 52 callersFunctioncreateCardMetadata
(plugin?: PluginType)
tensorboard/webapp/metrics/testing.ts:298
↓ 50 callersFunctionnumericValueToString
( num: number, isInteger: boolean, decimalPoints = 2, format?: 'fixed' | 'exponential' )
tensorboard/components/tensor_widget/string-utils.ts:53
↓ 49 callersMethodforward
* Converts `x` in `domain` coordinates into `range` coordinates.
tensorboard/webapp/widgets/line_chart_v2/lib/scale_types.ts:37
↓ 47 callersMethod_run_handler
(self, request)
tensorboard/plugins/hparams/list_session_groups_test.py:2423
↓ 46 callersMethodadd_summary
(self, summary, global_step=None)
tensorboard/util/test_util.py:68
↓ 46 callersFunctioncreateTestGraphOpInfo
( override?: Partial<GraphOpInfo> )
tensorboard/plugins/debugger_v2/tf_debugger_v2_plugin/testing/index.ts:78
↓ 45 callersFunctionbuildConcreteRouteDef
(override: Partial<ConcreteRouteDef>)
tensorboard/webapp/app_routing/route_config_test.ts:30
↓ 45 callersMethodsimulateVisibilityChange
(fixture: ComponentFixture<T>, visible: boolean)
tensorboard/webapp/widgets/intersection_observer/intersection_observer_testing_module.ts:38
↓ 44 callersMethodRuns
Return all the run names in the `EventMultiplexer`. Returns: ``` {runName: { images: [tag1, tag2, tag3],
tensorboard/backend/event_processing/event_multiplexer.py:489
↓ 44 callersFunctionbuildStateFromRunsState
(runsState: RunsState)
tensorboard/webapp/runs/store/testing.ts:82
↓ 44 callersFunctioncreateComponent
(input: { axisDirection?: AxisDirection; timeSelection: TimeSelection; showExtendedLine?: Boolean;
tensorboard/webapp/widgets/card_fob/card_fob_controller_test.ts:100
↓ 44 callersFunctioncreateCoreState
(override?: Partial<CoreState>)
tensorboard/webapp/core/testing/index.ts:54
↓ 42 callersMethodAddRunsFromDirectory
Load runs from a directory; recursively walks subdirectories. If path doesn't exist, no-op. This ensures that it is safe to call `A
tensorboard/backend/event_processing/event_multiplexer.py:148
↓ 41 callersMethodGraph
Return the graph definition, if there is one. If the graph is stored directly, return that. If no graph is stored directly but a met
tensorboard/backend/event_processing/event_accumulator.py:605
↓ 41 callersFunctionbuildAppRoutingState
( override?: Partial<AppRoutingState> )
tensorboard/webapp/app_routing/store/testing.ts:21
↓ 41 callersFunctionbuildMetricsSettingsState
( overrides?: Partial<MetricsSettings> )
tensorboard/webapp/metrics/testing.ts:47
↓ 41 callersFunctioncreateTestStackFrame
(options?: { host_name?: string; file_path?: string; lineno?: number; function_name?: string; })
tensorboard/plugins/debugger_v2/tf_debugger_v2_plugin/testing/index.ts:108
↓ 41 callersMethoddelete
( path: string, options?: DeleteOptions )
tensorboard/webapp/webapp_data_source/tb_http_client_types.ts:46
↓ 41 callersFunctionprovideMockCardRunToSeriesData
( storeSelectSpy: jasmine.Spy, plugin: PluginType, cardId: CardId, metadataOverride?: Partial<CardMeta
tensorboard/webapp/metrics/testing.ts:354
↓ 41 callersMethodstart
Starts ingesting data. This may start a background thread or process, and will return once communication with that task is establishe
tensorboard/data/ingester.py:37
↓ 41 callersMethodtext
(self, *args, **kwargs)
tensorboard/plugins/text/summary_test.py:45
↓ 40 callersFunctionbuildFeatureFlagState
( override: Partial<FeatureFlagState> = {} )
tensorboard/webapp/feature_flag/store/testing.ts:22
↓ 40 callersMethodcall
(self, inputs)
tensorboard/plugins/graph/keras_util_test.py:1063
↓ 40 callersMethodgetElementStatus
* Compute whether a given set of indices falls into the selection. * * ... and if so, whether the set of indices belongs to any of the four *
tensorboard/components/tensor_widget/selection.ts:128
↓ 40 callersFunctiongetRouter
()
tensorboard/components/tf_backend/router.ts:90
↓ 40 callersFunctionreducers
(state: CoreState | undefined, action: Action)
tensorboard/webapp/core/store/core_reducers.ts:194
↓ 40 callersMethodtime
(self)
tensorboard/util/test_util.py:155
↓ 39 callersFunction_generate_tfdbg_v2_data
Generate a simple dump of tfdbg v2 data by running a TF2 program. The run is instrumented by the enable_dump_debug_info() API. The instrumen
tensorboard/plugins/debugger_v2/debugger_v2_plugin_test.py:39
↓ 39 callersFunctioncreateTestGraphExecution
( override?: Partial<GraphExecution> )
tensorboard/plugins/debugger_v2/tf_debugger_v2_plugin/testing/index.ts:137
↓ 39 callersMethodexists
Determines whether a path exists or not.
tensorboard/compat/tensorflow_stub/io/gfile.py:239
↓ 39 callersMethodsetState
(nextState: State)
tensorboard/components/vz_line_chart2/panZoomDragLayer.ts:107
↓ 38 callersMethodAddScalar
(self, tag, wall_time=0, step=0, value=0)
tensorboard/backend/event_processing/event_accumulator_test.py:55
↓ 37 callersFunctionbuildFeatureFlag
( override: Partial<FeatureFlags> = {} )
tensorboard/webapp/feature_flag/testing.ts:22
↓ 37 callersMethodconcat
Creates a new SafeHtml which contains, in order, the string representations of the given {@code htmls}.
third_party/safe_html_types/com/google/common/html/types/SafeHtmls.java:166
↓ 37 callersFunctioncreateComponent
( seriesMetadataMap?: ScalarCardSeriesMetadataMap, seriesData?: ScalarCardDataSeries[] )
tensorboard/webapp/metrics/views/card_renderer/scalar_card_line_chart_test.ts:377
↓ 37 callersFunctiondeepFreeze
(obj: T)
tensorboard/webapp/testing/lang.ts:19
↓ 37 callersFunctionemitEvent
( fixture: ComponentFixture<TestableComponent>, eventName: string, eventInit: MouseEventInit | Whe
tensorboard/webapp/widgets/line_chart_v2/sub_view/line_chart_interactive_view_test.ts:156
↓ 37 callersMethodput
( path: string, body: any, options?: PutOptions )
tensorboard/webapp/webapp_data_source/tb_http_client_types.ts:40
↓ 37 callersMethodscalar
(self, *args, **kwargs)
tensorboard/plugins/scalar/summary_test.py:45
↓ 36 callersMethodLoad
Loads new values from all active files. Yields: All values that have not been yielded yet. Raises: DirectoryDele
tensorboard/backend/event_processing/directory_loader.py:79
↓ 36 callersFunctionRespond
Construct a werkzeug Response. Responses are transmitted to the browser with compression if: a) the browser supports it; b) it's sane to comp
tensorboard/backend/http_util.py:84
↓ 36 callersMethod_getExactlyOneRun
Assert there is exactly one DebuggerV2 run and get its ID.
tensorboard/plugins/debugger_v2/debugger_v2_plugin_test.py:141
↓ 36 callersFunctionbuildHparamsState
( overrides: DeepPartial<HparamsState> = {} )
tensorboard/webapp/hparams/_redux/testing.ts:30
↓ 36 callersMethodop
The operation that failed, if known. *N.B.* If the failed op was synthesized at runtime, e.g. a `Send` or `Recv` op, there will be no
tensorboard/compat/tensorflow_stub/errors.py:54
↓ 36 callersFunctionprovideMockCardSeriesData
( storeSelectSpy: jasmine.Spy, plugin: PluginType, cardId: CardId, metadataOverride?: Partial<CardMeta
tensorboard/webapp/metrics/testing.ts:318
↓ 35 callersMethodAddScalarTensor
Add a rank-0 tensor event. Note: This is not related to the scalar plugin; it's just a convenience function to add an event whose con
tensorboard/backend/event_processing/plugin_event_accumulator_test.py:70
↓ 35 callersMethodItems
Return items associated with given key. Args: key: The key for which we are finding associated items. Raises: Ke
tensorboard/backend/event_processing/reservoir.py:96
↓ 35 callersMethodSummaryMetadata
Given a summary tag name, return the associated metadata object. Args: tag: The name of a tag, as a string. Raises:
tensorboard/backend/event_processing/event_accumulator.py:434
↓ 35 callersFunctionbuildStateFromAppRoutingState
( appRoutingState: AppRoutingState )
tensorboard/webapp/app_routing/store/testing.ts:33
↓ 35 callersMethodmouseMove
(event: MouseEvent)
tensorboard/webapp/widgets/card_fob/card_fob_controller_component.ts:225
↓ 34 callersFunctionprovideMockTbStore
()
tensorboard/webapp/testing/utils.ts:116
next →1–100 of 7,383, ranked by callers