package tensorflow

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message Event

event.proto:13

Protocol buffer representing an event that happened during the execution of a Brain model.

message HistogramProto

summary.proto:13

Serialization format for histogram module in core/lib/histogram/histogram.h

Used in: Summary.Value

message LogMessage

event.proto:41

Protocol buffer used for logging messages to the events file.

Used in: Event

enum LogMessage.Level

event.proto:42

Used in: LogMessage

message SessionLog

event.proto:55

Protocol buffer used for logging session state.

Used in: Event

enum SessionLog.SessionStatus

event.proto:56

Used in: SessionLog

message Summary

summary.proto:35

A Summary is a set of named values to be displayed by the visualizer. Summaries are produced regularly during training, as controlled by the "summary_interval_secs" attribute of the training operation. Summaries are also produced at the end of an evaluation.

Used in: Event

message Summary.Audio

summary.proto:53

Used in: Value

message Summary.Image

summary.proto:36

Used in: Value

message Summary.Value

summary.proto:66

Used in: Summary

message TaggedRunMetadata

event.proto:70

For logging the metadata output for a single session.run() call.

Used in: Event