package tensorflow

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

message AttrValue

tensorboard.proto:279

Protocol buffer representing the value for an attr used to configure an Op. Comment indicates the corresponding attr type. Only the field matching the attr type may be filled.

Used in: NameAttrList, NodeDef

message AttrValue.ListValue

tensorboard.proto:281

LINT.IfChange

Used in: AttrValue

enum DataType

tensorboard.proto:7

LINT.IfChange

Used in: AttrValue, AttrValue.ListValue, TensorProto

message Event

tensorboard.proto:400

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

message GraphDef

tensorboard.proto:384

Represents the graph of operations

message HistogramProto

tensorboard.proto:191

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

Used in: Summary.Value

message LogMessage

tensorboard.proto:430

Protocol buffer used for logging messages to the events file.

Used in: Event

enum LogMessage.Level

tensorboard.proto:431

Used in: LogMessage

message NameAttrList

tensorboard.proto:322

A list of attr names and their values. The whole list is attached with a string name. E.g., MatMul[T=float].

Used in: AttrValue

message NodeDef

tensorboard.proto:327

Used in: GraphDef

message SessionLog

tensorboard.proto:444

Protocol buffer used for logging session state.

Used in: Event

enum SessionLog.SessionStatus

tensorboard.proto:445

Used in: SessionLog

message Summary

tensorboard.proto:213

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

tensorboard.proto:231

Used in: Value

message Summary.Image

tensorboard.proto:214

Used in: Value

message Summary.Value

tensorboard.proto:244

Used in: Summary

message SummaryDescription

tensorboard.proto:183

Metadata associated with a series of Summary data

message TaggedRunMetadata

tensorboard.proto:459

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

Used in: Event

message TensorProto

tensorboard.proto:101

Protocol buffer representing a tensor.

Used in: AttrValue, AttrValue.ListValue, Summary.Value

message TensorShapeProto

tensorboard.proto:65

Protocol buffer representing the shape of tensors. Dimensions of a tensor.

Used in: AttrValue, AttrValue.ListValue, TensorProto

message TensorShapeProto.Dim

tensorboard.proto:67

One dimension of the tensor.

Used in: TensorShapeProto

message VersionDef

tensorboard.proto:171

Version information for a piece of serialized data There are different types of versions for each type of data (GraphDef, etc.), but they all have the same common shape described here. Each consumer has "consumer" and "min_producer" versions (specified elsewhere). A consumer is allowed to consume this data if producer >= min_producer consumer >= min_consumer consumer not in bad_consumers

Used in: GraphDef