Skip to content

Commit

Permalink
Internal changes, no-op
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 702818939
  • Loading branch information
Matt-Hurd authored and copybara-github committed Dec 4, 2024
1 parent 87702ec commit 5e43df1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def check_data_table(self, table_description, data, data_table, expected):
expected_value = gviz_api.DataTable.CoerceValue(raw_value, value_type)
self.assertEqual(expected_value, raw_value)
if isinstance(expected_value, tuple):
#
# TODO(jihochoi): Check the formatted value too.
expected_value = expected_value[0]

# Check against expected values we have set in our mock table.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def _events(self):
tid=rid,
name='thread_sort_index',
args=dict(sort_index=rid))
#
# TODO(sammccall): filtering and downsampling?
for event in self._proto.trace_events:
yield self._event(event)

Expand Down
2 changes: 1 addition & 1 deletion plugin/tensorboard_plugin_profile/demo/profile_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
The data for profile plugin data is not generated by tensorflow workflow at this
point, so we simply dump the embedded raw data to the log directory.
TODO(ioeric): demonstrate how to setup the plugin when API for writing the data
is available.
"""

Expand Down
2 changes: 1 addition & 1 deletion plugin/tensorboard_plugin_profile/profile_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ def data_impl(
tqx = request.args.get('tqx')
graph_viewer_options = self._get_graph_viewer_options(request)
# Host param is used by HLO tools to identify the module.
#
# TODO(profiler): Set graph_viewer_options and host parameters only when
# neded.
params = {
'graph_viewer_options': graph_viewer_options,
Expand Down

0 comments on commit 5e43df1

Please sign in to comment.