Expose Logging C API in pip package
While working on modular file systems, noticed that the logging C API headers are not included in tensorflow pip packages. This limit the ability for plugins to add logging in the file system. This PR adds logging C API header in pip package. Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
parent
ef82f4c66c
commit
021de874f4
@ -199,6 +199,7 @@ tf_cuda_library(
|
||||
"//tensorflow/core:portable_tensorflow_lib_lite",
|
||||
],
|
||||
"//conditions:default": [
|
||||
":logging",
|
||||
":tf_status",
|
||||
":tf_tensor",
|
||||
"@com_google_absl//absl/strings",
|
||||
|
Loading…
Reference in New Issue
Block a user