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 b0ac930 commit 3bf18f4Copy full SHA for 3bf18f4
xprof/convert/BUILD
@@ -735,6 +735,7 @@ cc_library(
735
srcs = ["op_stats_to_input_pipeline_analysis.cc"],
736
hdrs = ["op_stats_to_input_pipeline_analysis.h"],
737
deps = [
738
+ ":data_table_utils",
739
":op_metrics_to_record",
740
":profile_time_breakdown",
741
":step_events_to_steps_db",
@@ -750,7 +751,6 @@ cc_library(
750
751
"@org_xprof//plugin/xprof/protobuf:op_stats_proto_cc",
752
"@org_xprof//plugin/xprof/protobuf:steps_db_proto_cc",
753
"@org_xprof//plugin/xprof/protobuf:tpu_input_pipeline_proto_cc",
- "@org_xprof//xprof/convert:data_table_utils",
754
"@org_xprof//xprof/utils:diagnostics",
755
"@org_xprof//xprof/utils:event_span",
756
"@org_xprof//xprof/utils:html_utils",
0 commit comments