aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/cc/BUILD
diff options
context:
space:
mode:
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 = [