Fix prefix of kernel for RemoteFusedGraphOps
PiperOrigin-RevId: 157062094
This commit is contained in:
parent
31f03eba6f
commit
ac93bdaaf0
@ -4870,11 +4870,14 @@ tf_cc_test(
|
|||||||
|
|
||||||
tf_kernel_library(
|
tf_kernel_library(
|
||||||
name = "remote_fused_graph_ops",
|
name = "remote_fused_graph_ops",
|
||||||
prefix = "remote_fused_graph_ops",
|
prefix = "remote_fused_graph_execute_op",
|
||||||
deps = [
|
deps = [
|
||||||
":remote_fused_graph_execute_op",
|
":remote_fused_graph_execute_op",
|
||||||
|
":remote_fused_graph_execute_utils",
|
||||||
"//tensorflow/core:framework",
|
"//tensorflow/core:framework",
|
||||||
"//tensorflow/core:lib",
|
"//tensorflow/core:lib",
|
||||||
|
"//tensorflow/core:lib_internal",
|
||||||
|
"//tensorflow/core:protos_all_cc",
|
||||||
"//tensorflow/core:remote_fused_graph_ops_op_lib",
|
"//tensorflow/core:remote_fused_graph_ops_op_lib",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user