aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/profiler
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-08-09 18:44:17 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-08-09 18:48:14 -0700
commitca6129861de1c225d7bf5645ff8d8a434be9d803 (patch)
tree79d333f0ba9294821583134ad176cee59e632a38 /tensorflow/core/profiler
parent696c864cdfb1fb72036d9f774127564eaee4bf51 (diff)
Further BUILD cleanup
PiperOrigin-RevId: 164804406
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",