aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/profiler
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/profiler')
-rw-r--r--tensorflow/core/profiler/internal/BUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/tensorflow/core/profiler/internal/BUILD b/tensorflow/core/profiler/internal/BUILD
index f9dd1e8c7c..edf6b32cfa 100644
--- a/tensorflow/core/profiler/internal/BUILD
+++ b/tensorflow/core/profiler/internal/BUILD
@@ -1,6 +1,5 @@
package(
default_visibility = ["//tensorflow:internal"],
- features = ["-parse_headers"],
)
licenses(["notice"]) # Apache 2.0
@@ -272,10 +271,7 @@ cc_library(
cc_library(
name = "print_model_analysis_hdr",
hdrs = ["print_model_analysis.h"],
- deps = [
- "//tensorflow/core:framework_lite",
- "//tensorflow/core:protos_all_cc",
- ],
+ deps = ["//tensorflow/core:framework"],
)
cc_library(
@@ -286,6 +282,7 @@ cc_library(
":tfprof_options",
":tfprof_stats",
"//tensorflow/c:checkpoint_reader",
+ "//tensorflow/core:framework",
"//tensorflow/core:lib",
"//tensorflow/core:protos_all_cc",
"//tensorflow/core/profiler:protos_all_cc",