Include C logging API into part of the libtensorflow_framework.so
This PR includes C logging API into part of the libtensorflow_framework.so as otherwise the file system plugins will not be able to link to TF_Log to send logs to tensorflow logging system. Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
parent
0b06f2927b
commit
9403a6cc22
@ -743,6 +743,7 @@ tf_cc_shared_object(
|
||||
"//tensorflow/c/experimental/filesystem:filesystem_interface",
|
||||
"//tensorflow/c/experimental/stream_executor:stream_executor_hdrs",
|
||||
"//tensorflow/c:kernels_hdrs",
|
||||
"//tensorflow/c:logging",
|
||||
"//tensorflow/c:ops_hdrs",
|
||||
"//tensorflow/cc/saved_model:loader_lite_impl",
|
||||
"//tensorflow/core/common_runtime:core_cpu_impl",
|
||||
|
Loading…
Reference in New Issue
Block a user