[NFC, internal change] Polish copybara workflow file.

PiperOrigin-RevId: 352434171
Change-Id: I15d05e4fbd02d02cbb544100c92c79c0c8fdcc40
This commit is contained in:
Christian Sigg 2021-01-18 11:01:52 -08:00 committed by TensorFlower Gardener
parent 2cc955f533
commit da0884c7d4
4 changed files with 14 additions and 12 deletions

14
BUILD
View File

@ -1,8 +1,6 @@
exports_files( exports_files([
[ "configure",
"LICENSE", "configure.py",
"ACKNOWLEDGEMENTS", "ACKNOWLEDGEMENTS",
"configure", "LICENSE",
"configure.py", ])
],
)

View File

@ -7,14 +7,17 @@ workspace(name = "org_tensorflow")
# E.g. we can not retrieve a new repository with http_archive and then load() # E.g. we can not retrieve a new repository with http_archive and then load()
# a macro from that repository in the same file. # a macro from that repository in the same file.
load("@//tensorflow:workspace3.bzl", "workspace") load("@//tensorflow:workspace3.bzl", "workspace")
workspace() workspace()
load("@//tensorflow:workspace2.bzl", "workspace") load("@//tensorflow:workspace2.bzl", "workspace")
workspace() workspace()
load("@//tensorflow:workspace1.bzl", "workspace") load("@//tensorflow:workspace1.bzl", "workspace")
workspace() workspace()
load("@//tensorflow:workspace0.bzl", "workspace") load("@//tensorflow:workspace0.bzl", "workspace")
workspace() workspace()

View File

@ -22,6 +22,7 @@ tensorflow/lite/delegates/gpu/common/task/serialization_base_generated.h
tensorflow/lite/experimental/acceleration/configuration/configuration_generated.h tensorflow/lite/experimental/acceleration/configuration/configuration_generated.h
tensorflow/lite/micro/build_def.bzl tensorflow/lite/micro/build_def.bzl
tensorflow/lite/schema/schema_generated.h tensorflow/lite/schema/schema_generated.h
tensorflow/opensource_only/BUILD
tensorflow/python/autograph/core/config.py tensorflow/python/autograph/core/config.py
tensorflow/python/eager/benchmarks_test_base.py tensorflow/python/eager/benchmarks_test_base.py
tensorflow/python/framework/tfrt_utils.py tensorflow/python/framework/tfrt_utils.py