File tree 4 files changed +14
-12
lines changed
4 files changed +14
-12
lines changed Original file line number Diff line number Diff line change 1
- exports_files (
2
- [
3
- "LICENSE" ,
4
- "ACKNOWLEDGEMENTS" ,
5
- "configure" ,
6
- "configure.py" ,
7
- ],
8
- )
1
+ exports_files ([
2
+ "configure" ,
3
+ "configure.py" ,
4
+ "ACKNOWLEDGEMENTS" ,
5
+ "LICENSE" ,
6
+ ])
Original file line number Diff line number Diff line change @@ -7,14 +7,17 @@ workspace(name = "org_tensorflow")
7
7
# E.g. we can not retrieve a new repository with http_archive and then load()
8
8
# a macro from that repository in the same file.
9
9
load ("@//tensorflow:workspace3.bzl" , "workspace" )
10
+
10
11
workspace ()
12
+
11
13
load ("@//tensorflow:workspace2.bzl" , "workspace" )
12
- workspace ()
13
- load ("@//tensorflow:workspace1.bzl" , "workspace" )
14
- workspace ()
15
- load ("@//tensorflow:workspace0.bzl" , "workspace" )
14
+
16
15
workspace ()
17
16
17
+ load ("@//tensorflow:workspace1.bzl" , "workspace" )
18
18
19
+ workspace ()
19
20
21
+ load ("@//tensorflow:workspace0.bzl" , "workspace" )
20
22
23
+ workspace ()
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ tensorflow/lite/delegates/gpu/common/task/serialization_base_generated.h
22
22
tensorflow/lite/experimental/acceleration/configuration/configuration_generated.h
23
23
tensorflow/lite/micro/build_def.bzl
24
24
tensorflow/lite/schema/schema_generated.h
25
+ tensorflow/opensource_only/BUILD
25
26
tensorflow/python/autograph/core/config.py
26
27
tensorflow/python/eager/benchmarks_test_base.py
27
28
tensorflow/python/framework/tfrt_utils.py
File renamed without changes.
You can’t perform that action at this time.
0 commit comments