aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/cc/BUILD
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-02-06 15:11:37 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-02-06 15:24:21 -0800
commit18c3e122242660948f9ca069f0244fd0d6b93c3c (patch)
tree77b6f6128a542196e33b3321241761303a7278c6 /tensorflow/cc/BUILD
parent559230f587a167881ea03cad6632c9b3a43071b4 (diff)
Add a way to build a fused graph def to run the graph in a remote processor
Change: 146717131
Diffstat (limited to 'tensorflow/cc/BUILD')
-rw-r--r--tensorflow/cc/BUILD8
1 files changed, 8 insertions, 0 deletions
diff --git a/tensorflow/cc/BUILD b/tensorflow/cc/BUILD
index 054278bbf7..58e75a2257 100644
--- a/tensorflow/cc/BUILD
+++ b/tensorflow/cc/BUILD
@@ -376,6 +376,14 @@ tf_gen_op_wrappers_cc(
visibility = ["//tensorflow:internal"],
)
+tf_gen_op_wrappers_cc(
+ name = "remote_fused_graph_ops",
+ op_lib_names = [
+ "remote_fused_graph_ops",
+ ],
+ pkg = "//tensorflow/core",
+)
+
cc_library_with_android_deps(
name = "cc_op_gen_main",
srcs = [