Skip to content

Commit

Permalink
Remove blank comments
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 702820868
  • Loading branch information
Matt-Hurd authored and copybara-github committed Dec 4, 2024
1 parent 5e43df1 commit 8adbf20
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ 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,6 @@ 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
3 changes: 0 additions & 3 deletions plugin/tensorboard_plugin_profile/demo/profile_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
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.
"""

from __future__ import absolute_import
Expand Down
2 changes: 0 additions & 2 deletions plugin/tensorboard_plugin_profile/profile_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -627,8 +627,6 @@ 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,
'tqx': tqx,
Expand Down

0 comments on commit 8adbf20

Please sign in to comment.