aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/cc/BUILD
diff options
context:
space:
mode:
authorGravatar Peter Hawkins <phawkins@google.com>2017-03-13 10:24:30 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-03-13 11:48:07 -0700
commit93e20c87eb0fbd7b5ae98dc318a056ab3368d699 (patch)
treebb085333c53d008b3686c8a193b936f9b0f713be /tensorflow/cc/BUILD
parent2ee0a9c9c70b36753977536a7ffca6a4846390f1 (diff)
Improve error messages for resource variable type mismatches.
Generate a C++ wrapper for resource variable ops. Handle dumping graphs with special characters. Don't prune Send operators during XLA compilation. Change: 149966629
Diffstat (limited to 'tensorflow/cc/BUILD')
-rw-r--r--tensorflow/cc/BUILD10
1 files changed, 10 insertions, 0 deletions
diff --git a/tensorflow/cc/BUILD b/tensorflow/cc/BUILD
index a4d93e6ae9..9a41d2bb1d 100644
--- a/tensorflow/cc/BUILD
+++ b/tensorflow/cc/BUILD
@@ -376,6 +376,16 @@ tf_gen_op_wrappers_cc(
)
tf_gen_op_wrappers_cc(
+ name = "resource_variable_ops",
+ include_internal_ops = 1,
+ op_lib_names = [
+ "resource_variable_ops",
+ ],
+ pkg = "//tensorflow/core",
+ visibility = ["//tensorflow:internal"],
+)
+
+tf_gen_op_wrappers_cc(
name = "remote_fused_graph_ops",
op_lib_names = [
"remote_fused_graph_ops",