Skip to content

Commit 3c0a013

Browse files
authored
proto: Sync to TensorFlow 0c2241bede2 (2022-10-27) (#6001)
Pulls in source metadata additions added in tensorflow/tensorflow@0c2241bede2.
1 parent 9c35104 commit 3c0a013

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

tensorboard/compat/proto/event.proto

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,17 @@ message Event {
4040
// An encoded version of a MetaGraphDef.
4141
bytes meta_graph_def = 9;
4242
}
43+
44+
// Information of the source that writes the events, this is only logged in
45+
// the very first event along with the `file_version` field.
46+
SourceMetadata source_metadata = 10;
47+
}
48+
49+
// Holds the information of the source that writes the events.
50+
message SourceMetadata {
51+
// Low level name of the summary writer, such as
52+
// `tensorflow.core.util.events_writer`.
53+
string writer = 1;
4354
}
4455

4556
// Protocol buffer used for logging messages to the events file.
600 Bytes
Binary file not shown.

tensorboard/data/server/tensorboard.pb.rs

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)