Merge pull request #45111 from yongtang/r2.4

[r2.4 cherry-pick] Include C logging API into part of the libtensorflow_framework.so
This commit is contained in:
Goldie Gadde 2020-11-23 15:16:40 -08:00 committed by GitHub
commit ab2c927a09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -743,6 +743,7 @@ tf_cc_shared_object(
"//tensorflow/c/experimental/filesystem:filesystem_interface", "//tensorflow/c/experimental/filesystem:filesystem_interface",
"//tensorflow/c/experimental/stream_executor:stream_executor_hdrs", "//tensorflow/c/experimental/stream_executor:stream_executor_hdrs",
"//tensorflow/c:kernels_hdrs", "//tensorflow/c:kernels_hdrs",
"//tensorflow/c:logging",
"//tensorflow/c:ops_hdrs", "//tensorflow/c:ops_hdrs",
"//tensorflow/cc/saved_model:loader_lite_impl", "//tensorflow/cc/saved_model:loader_lite_impl",
"//tensorflow/core/common_runtime:core_cpu_impl", "//tensorflow/core/common_runtime:core_cpu_impl",