Update libtensorflow.so to support GRPC_SESSION.

PiperOrigin-RevId: 261730186
This commit is contained in:
A. Unique TensorFlower 2019-08-05 11:32:10 -07:00 committed by TensorFlower Gardener
parent 386a8d7702
commit 9020ea72b4

View File

@ -607,6 +607,7 @@ tf_cc_shared_object(
"//tensorflow/c:version_script.lds", "//tensorflow/c:version_script.lds",
"//tensorflow/c/eager:c_api", "//tensorflow/c/eager:c_api",
"//tensorflow/core:tensorflow", "//tensorflow/core:tensorflow",
"//tensorflow/core/distributed_runtime/rpc:grpc_session",
], ],
) )