aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/debug
diff options
context:
space:
mode:
authorGravatar Derek Murray <mrry@google.com>2017-12-01 08:40:57 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-12-01 08:44:17 -0800
commit18e98b3522a38554349c4c4da71f9e9d14447e1c (patch)
treeae2e1eea501166abec6e533a9ab8ba2669678fc7 /tensorflow/core/debug
parent4d8277747afc62fd3959fc249545f237e5f0ca80 (diff)
Split out a "graph" library from "core_cpu" to allow finer-grained dependencies.
This is a step towards supporting custom Dataset ops built as external libraries. PiperOrigin-RevId: 177595688
Diffstat (limited to 'tensorflow/core/debug')
-rw-r--r--tensorflow/core/debug/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/tensorflow/core/debug/BUILD b/tensorflow/core/debug/BUILD
index 6d796768de..108dc59919 100644
--- a/tensorflow/core/debug/BUILD
+++ b/tensorflow/core/debug/BUILD
@@ -123,6 +123,7 @@ tf_cuda_library(
deps = [
"//tensorflow/core:core_cpu_internal",
"//tensorflow/core:framework",
+ "//tensorflow/core:graph",
"//tensorflow/core:lib",
"//tensorflow/core:lib_internal",
"//tensorflow/core:proto_text",
@@ -144,6 +145,7 @@ tf_cuda_library(
":debugger_event_metadata_proto_cc",
"//tensorflow/core:core_cpu_internal",
"//tensorflow/core:framework",
+ "//tensorflow/core:graph",
"//tensorflow/core:lib",
"//tensorflow/core:lib_internal",
"//tensorflow/core:proto_text",