Fix prefix of kernel for RemoteFusedGraphOps

PiperOrigin-RevId: 157062094
This commit is contained in:
A. Unique TensorFlower 2017-05-24 17:42:57 -07:00 committed by TensorFlower Gardener
parent 31f03eba6f
commit ac93bdaaf0

View File

@ -4870,11 +4870,14 @@ tf_cc_test(
tf_kernel_library(
name = "remote_fused_graph_ops",
prefix = "remote_fused_graph_ops",
prefix = "remote_fused_graph_execute_op",
deps = [
":remote_fused_graph_execute_op",
":remote_fused_graph_execute_utils",
"//tensorflow/core:framework",
"//tensorflow/core:lib",
"//tensorflow/core:lib_internal",
"//tensorflow/core:protos_all_cc",
"//tensorflow/core:remote_fused_graph_ops_op_lib",
],
)