Skip to content

Commit 6201639

Browse files
committed
Update compat protos test with a mapping from a new dir in TF to our compat protos dir.
1 parent 9fa72a3 commit 6201639

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tensorboard/compat/proto/proto_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,9 @@
148148
("tensorflow/core/framework/", "tensorboard/compat/proto/"),
149149
("tensorflow/core/protobuf/", "tensorboard/compat/proto/"),
150150
("tensorflow/core/profiler/", "tensorboard/compat/proto/"),
151-
("tensorflow/python/framework/", "tensorboard/compat/proto/"),
152151
("tensorflow/core/util/", "tensorboard/compat/proto/"),
152+
("tensorflow/python/framework/", "tensorboard/compat/proto/"),
153+
("tensorflow/tsl/protobuf/", "tensorboard/compat/proto/"),
153154
('package: "tensorflow.tfprof"', 'package: "tensorboard"'),
154155
('package: "tensorflow"', 'package: "tensorboard"'),
155156
('type_name: ".tensorflow.tfprof', 'type_name: ".tensorboard'),

0 commit comments

Comments
 (0)