Merge pull request #43424 from yongtang:filesystem-deps
PiperOrigin-RevId: 333450054 Change-Id: I686d8c11d669c1ebf9786932de7c7683ed70af2c
This commit is contained in:
commit
d3226b34b3
@ -710,6 +710,7 @@ tf_cc_shared_object(
|
||||
soversion = VERSION,
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [
|
||||
"//tensorflow/c/experimental/filesystem:filesystem_interface",
|
||||
"//tensorflow/cc/saved_model:loader_lite_impl",
|
||||
"//tensorflow/core:core_cpu_impl",
|
||||
"//tensorflow/core:framework_internal_impl",
|
||||
|
@ -36,7 +36,7 @@ transitive_hdrs(
|
||||
"//tensorflow/cc/saved_model:loader",
|
||||
"//tensorflow/cc/saved_model:reader",
|
||||
"//tensorflow/cc/saved_model:bundle_v2",
|
||||
"//tensorflow/c/experimental/filesystem:modular_filesystem",
|
||||
"//tensorflow/c/experimental/filesystem:filesystem_interface",
|
||||
# WARNING: None of the C/C++ code under python/ has any API guarantees, and TF team
|
||||
# reserves the right to change APIs and other header-level interfaces. If your custom
|
||||
# op uses these headers, it may break when users upgrade their version of tensorflow.
|
||||
|
Loading…
x
Reference in New Issue
Block a user