Adding a missing dependency to version.cc, fixing an undefined_symbol_error in tensorflow_serving.
PiperOrigin-RevId: 302783112 Change-Id: I472ec370963ac2d752ea3ccf23e066da3d090da4
This commit is contained in:
parent
2857030ee7
commit
81c04df968
@ -639,6 +639,7 @@ tf_python_pybind_extension(
|
|||||||
"//tensorflow/core:eager_service_proto_cc",
|
"//tensorflow/core:eager_service_proto_cc",
|
||||||
"//tensorflow/core:master_proto_cc",
|
"//tensorflow/core:master_proto_cc",
|
||||||
"//tensorflow/core:worker_proto_cc",
|
"//tensorflow/core:worker_proto_cc",
|
||||||
|
"//tensorflow/core:version_lib",
|
||||||
],
|
],
|
||||||
otherwise = [
|
otherwise = [
|
||||||
"//tensorflow/core:eager_service_proto_cc_headers_only",
|
"//tensorflow/core:eager_service_proto_cc_headers_only",
|
||||||
|
Loading…
Reference in New Issue
Block a user