We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1697228 commit 37e64a5Copy full SHA for 37e64a5
xprof/convert/BUILD
@@ -736,6 +736,7 @@ cc_library(
736
srcs = ["op_stats_to_input_pipeline_analysis.cc"],
737
hdrs = ["op_stats_to_input_pipeline_analysis.h"],
738
deps = [
739
+ ":data_table_utils",
740
":op_metrics_to_record",
741
":profile_time_breakdown",
742
":step_events_to_steps_db",
@@ -751,7 +752,6 @@ cc_library(
751
752
"@org_xprof//plugin/xprof/protobuf:op_stats_proto_cc",
753
"@org_xprof//plugin/xprof/protobuf:steps_db_proto_cc",
754
"@org_xprof//plugin/xprof/protobuf:tpu_input_pipeline_proto_cc",
- "@org_xprof//xprof/convert:data_table_utils",
755
"@org_xprof//xprof/utils:diagnostics",
756
"@org_xprof//xprof/utils:event_span",
757
"@org_xprof//xprof/utils:html_utils",
0 commit comments