Merge pull request #43209 from yongtang:filesystem

PiperOrigin-RevId: 331644590
Change-Id: Ib25cf90adf68e14fd7ebbcf71cfd96cf580a8fcc
This commit is contained in:
TensorFlower Gardener 2020-09-14 15:53:19 -07:00
commit 86b67b8c82

View File

@ -36,6 +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",
# 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.