aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Josh Levenberg <josh11b@tensorflow.org>2016-02-23 14:35:24 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-02-24 15:31:32 -0800
commit185cff7f41600e26d5f9ecfb18bcaab09edf4bfe (patch)
tree163a4a154a1fce35b41675e568315db869f9f8ea
parent2408e359cc9e51bedf561fc62c0a40e337fa63b9 (diff)
Make core/framework/graph_def_util.h publicly accessible.
Change: 115384748
-rw-r--r--tensorflow/core/BUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/tensorflow/core/BUILD b/tensorflow/core/BUILD
index c4d1cd36ff..7120d48c91 100644
--- a/tensorflow/core/BUILD
+++ b/tensorflow/core/BUILD
@@ -171,6 +171,7 @@ tf_cuda_library(
"framework/control_flow.h", # TODO(josh11b): Make internal?
"framework/device_base.h",
"framework/function.h",
+ "framework/graph_def_util.h",
"framework/kernel_def_builder.h",
"framework/lookup_interface.h",
"framework/memory_types.h",
@@ -811,7 +812,6 @@ tf_cuda_library(
],
),
hdrs = [
- "framework/graph_def_util.h",
"framework/op_segment.h",
"framework/rendezvous.h", # only needed for tests
"framework/tensor_reference.h",
@@ -982,7 +982,6 @@ tf_cuda_library(
deps = [
":core_cpu_internal",
":framework",
- ":framework_internal",
":lib",
":lib_internal",
":protos_all_cc",