[go: nahoru, domu]

Skip to content

Commit

Permalink
[NFC, internal change] Polish copybara workflow file.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 352434171
Change-Id: I15d05e4fbd02d02cbb544100c92c79c0c8fdcc40
  • Loading branch information
chsigg authored and tensorflower-gardener committed Jan 18, 2021
1 parent 2cc955f commit da0884c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 12 deletions.
14 changes: 6 additions & 8 deletions BUILD
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
exports_files(
[
"LICENSE",
"ACKNOWLEDGEMENTS",
"configure",
"configure.py",
],
)
exports_files([
"configure",
"configure.py",
"ACKNOWLEDGEMENTS",
"LICENSE",
])
11 changes: 7 additions & 4 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,17 @@ workspace(name = "org_tensorflow")
# E.g. we can not retrieve a new repository with http_archive and then load()
# a macro from that repository in the same file.
load("@//tensorflow:workspace3.bzl", "workspace")

workspace()

load("@//tensorflow:workspace2.bzl", "workspace")
workspace()
load("@//tensorflow:workspace1.bzl", "workspace")
workspace()
load("@//tensorflow:workspace0.bzl", "workspace")

workspace()

load("@//tensorflow:workspace1.bzl", "workspace")

workspace()

load("@//tensorflow:workspace0.bzl", "workspace")

workspace()
1 change: 1 addition & 0 deletions tensorflow/opensource_only.files
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ tensorflow/lite/delegates/gpu/common/task/serialization_base_generated.h
tensorflow/lite/experimental/acceleration/configuration/configuration_generated.h
tensorflow/lite/micro/build_def.bzl
tensorflow/lite/schema/schema_generated.h
tensorflow/opensource_only/BUILD
tensorflow/python/autograph/core/config.py
tensorflow/python/eager/benchmarks_test_base.py
tensorflow/python/framework/tfrt_utils.py
Expand Down
File renamed without changes.

0 comments on commit da0884c

Please sign in to comment.