aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/tfprof/internal/advisor/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/tools/tfprof/internal/advisor/BUILD')
-rw-r--r--tensorflow/tools/tfprof/internal/advisor/BUILD9
1 files changed, 0 insertions, 9 deletions
diff --git a/tensorflow/tools/tfprof/internal/advisor/BUILD b/tensorflow/tools/tfprof/internal/advisor/BUILD
index 629322373a..e4bd0f0015 100644
--- a/tensorflow/tools/tfprof/internal/advisor/BUILD
+++ b/tensorflow/tools/tfprof/internal/advisor/BUILD
@@ -45,20 +45,11 @@ cc_library(
)
cc_library(
- name = "expensive_operation_checker",
- hdrs = ["expensive_operation_checker.h"],
- deps = [
- ":checker",
- ],
-)
-
-cc_library(
name = "tfprof_advisor",
hdrs = ["tfprof_advisor.h"],
deps = [
":accelerator_utilization_checker",
":checker",
- ":expensive_operation_checker",
":internal_checker_runner_dummy",
":operation_checker",
],