package smdebug

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

message AttrValue

attr_value.proto:17

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

attr_value.proto:19

LINT.IfChange

Used in: AttrValue

enum DataType

types.proto:11

LINT.IfChange

Used in: AttrValue, AttrValue.ListValue, TensorProto

message Event

event.proto:14

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

message GraphDef

graph.proto:14

Represents the graph of operations

message HistogramProto

summary.proto:21

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

Used in: Summary.Value

message LogMessage

event.proto:44

Protocol buffer used for logging messages to the events file.

Used in: Event

enum LogMessage.Level

event.proto:45

Used in: LogMessage

message NameAttrList

attr_value.proto:60

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, AttrValue.ListValue

message NodeDef

node_def.proto:12

Used in: GraphDef

message ResourceHandleProto

resource_handle.proto:13

Protocol buffer representing a handle to a tensorflow resource. Handles are not valid across executions, but can be serialized back and forth from within a single run.

Used in: TensorProto

message SessionLog

event.proto:58

Protocol buffer used for logging session state.

Used in: Event

enum SessionLog.SessionStatus

event.proto:59

Used in: SessionLog

message Summary

summary.proto:63

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:81

Used in: Value

message Summary.Image

summary.proto:64

Used in: Value

message Summary.Value

summary.proto:94

Used in: Summary

message SummaryDescription

summary.proto:13

Metadata associated with a series of Summary data

message SummaryMetadata

summary.proto:39

A SummaryMetadata encapsulates information on which plugins are able to make use of a certain summary value.

Used in: Summary.Value

message SummaryMetadata.PluginData

summary.proto:40

Used in: SummaryMetadata

message TaggedRunMetadata

event.proto:73

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

Used in: Event

message TensorProto

tensor.proto:15

Protocol buffer representing a tensor.

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

message TensorShapeProto

tensor_shape.proto:13

Dimensions of a tensor.

Used in: AttrValue, AttrValue.ListValue, TensorProto

message TensorShapeProto.Dim

tensor_shape.proto:15

One dimension of the tensor.

Used in: TensorShapeProto

message VersionDef

versions.proto:23

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