aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/BUILD
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-01-09 17:05:15 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-01-09 17:13:03 -0800
commit118495de6165237a7027f5d8b77db833ac7210f2 (patch)
tree187b32bd553da19278096af2f210741d621a1b84 /tensorflow/BUILD
parentcf3fb6bc1dfe5862bf03af2a38d0a52463edd77a (diff)
profiler C++ API.
PiperOrigin-RevId: 181397308
Diffstat (limited to 'tensorflow/BUILD')
-rw-r--r--tensorflow/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/BUILD b/tensorflow/BUILD
index ebd2cd5692..f3acbc300f 100644
--- a/tensorflow/BUILD
+++ b/tensorflow/BUILD
@@ -782,6 +782,7 @@ tf_cc_shared_object(
"//tensorflow/cc:cc_ops",
"//tensorflow/cc:client_session",
"//tensorflow/cc:scope",
+ "//tensorflow/cc/profiler",
"//tensorflow/core:tensorflow",
],
)