File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 155
155
("tensorflow/core/protobuf/" , "tensorboard/compat/proto/" ),
156
156
("tensorflow/core/util/" , "tensorboard/compat/proto/" ),
157
157
("tensorflow/python/framework/" , "tensorboard/compat/proto/" ),
158
- ("tsl/protobuf" , "tensorboard/compat/proto" ),
158
+ ("xla/ tsl/protobuf" , "tensorboard/compat/proto" ),
159
159
('package: "tensorflow.tfprof"' , 'package: "tensorboard"' ),
160
160
('package: "tensorflow"' , 'package: "tensorboard"' ),
161
161
('type_name: ".tensorflow.tfprof' , 'type_name: ".tensorboard' ),
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ rsync --existing "$1"/tensorflow/core/util/*.proto tensorboard/compat/proto/
28
28
rsync --existing " $1 " /tensorflow/python/framework/* .proto tensorboard/compat/proto/
29
29
# The "TSL" protos are now in their own repo, but they are included as a
30
30
# "vendored" package within TF. This dir contains protos that are imported with
31
- # the tsl/protobuf path that is replaced by the command below.
32
- rsync --existing " $1 " /third_party/xla/third_party/tsl /tsl/protobuf/* .proto tensorboard/compat/proto/
31
+ # the xla/ tsl/protobuf path that is replaced by the command below.
32
+ rsync --existing " $1 " /third_party/xla/xla /tsl/protobuf/* .proto tensorboard/compat/proto/
33
33
34
34
# Rewrite file paths and package names and disable LINT checks.
35
35
#
@@ -40,7 +40,7 @@ find tensorboard/compat/proto/ -type f -name '*.proto' -exec perl -pi \
40
40
-e ' s|tensorflow/core/profiler|tensorboard/compat/proto|g;' \
41
41
-e ' s|tensorflow/core/util|tensorboard/compat/proto|g;' \
42
42
-e ' s|tensorflow/python/framework|tensorboard/compat/proto|g;' \
43
- -e ' s|tsl/protobuf|tensorboard/compat/proto|g;' \
43
+ -e ' s|xla/ tsl/protobuf|tensorboard/compat/proto|g;' \
44
44
-e ' s|package tensorflow.tfprof;|package tensorboard;|g;' \
45
45
-e ' s|package tensorflow;|package tensorboard;|g;' \
46
46
-e ' s|tensorflow\.DataType|tensorboard.DataType|g;' \
You can’t perform that action at this time.
0 commit comments