From 93e20c87eb0fbd7b5ae98dc318a056ab3368d699 Mon Sep 17 00:00:00 2001 From: Peter Hawkins Date: Mon, 13 Mar 2017 10:24:30 -0800 Subject: 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 --- tensorflow/cc/BUILD | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'tensorflow/cc/BUILD') diff --git a/tensorflow/cc/BUILD b/tensorflow/cc/BUILD index a4d93e6ae9..9a41d2bb1d 100644 --- a/tensorflow/cc/BUILD +++ b/tensorflow/cc/BUILD @@ -375,6 +375,16 @@ tf_gen_op_wrappers_cc( visibility = ["//tensorflow:internal"], ) +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 = [ -- cgit v1.2.3