package tensorboardX

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

message AllocationRecord

step_stats.proto:13

An allocation/de-allocation operation performed by the allocator.

Used in: AllocatorMemoryUsed

message AllocatorMemoryUsed

step_stats.proto:20

Used in: NodeExecStats

message AttrValue

attr_value.proto:16

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

LINT.IfChange

Used in: AttrValue

message Category

layout.proto:75

* A category contains a group of charts. Each category maps to a collapsible within the dashboard.

Used in: Layout

message Chart

layout.proto:24

* Encapsulates information on a single chart. Many charts appear in a category.

Used in: Category

enum DataType

types.proto:10

LINT.IfChange

Used in: AttrValue, AttrValue.ListValue, TensorProto

message DeviceStepStats

step_stats.proto:72

Used in: StepStats

message Event

event.proto:13

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

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

Used in: Summary.Value

message Layout

layout.proto:90

* A layout encapsulates how charts are laid out within the custom scalars dashboard.

message LogMessage

event.proto:43

Protocol buffer used for logging messages to the events file.

Used in: Event

enum LogMessage.Level

event.proto:44

Used in: LogMessage

message MarginChartContent

layout.proto:49

* Encapsulates information on a single margin chart. A margin chart uses fill area to visualize lower and upper bounds that surround a value.

Used in: Chart

message MarginChartContent.Series

layout.proto:53

* Encapsulates a tag of data for the chart.

Used in: MarginChartContent

message MemoryStats

step_stats.proto:42

For memory tracking.

Used in: NodeExecStats

message MultilineChartContent

layout.proto:39

* Encapsulates information on a single line chart. This line chart may have lines associated with several tags.

Used in: Chart

message NameAttrList

attr_value.proto:59

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

Used in: GraphDef

message NodeExecStats

step_stats.proto:53

Time/size stats recorded for a single execution of a graph node.

Used in: DeviceStepStats

message NodeOutput

step_stats.proto:36

Output sizes recorded for a single execution of a graph node.

Used in: NodeExecStats

message PrCurvePluginData

plugin_pr_curve.proto:20

message ResourceHandleProto

resource_handle.proto:12

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 RunMetadata

step_stats.proto:84

lanpa, copied from config.proto Metadata output (i.e., non-Tensor) for a single Run() call.

message SessionLog

event.proto:57

Protocol buffer used for logging session state.

Used in: Event

enum SessionLog.SessionStatus

event.proto:58

Used in: SessionLog

message StepStats

step_stats.proto:77

Used in: RunMetadata

message Summary

summary.proto:64

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

Used in: Value

message Summary.Image

summary.proto:65

Used in: Value

message Summary.Value

summary.proto:95

Used in: Summary

message SummaryDescription

summary.proto:12

Metadata associated with a series of Summary data

message SummaryMetadata

summary.proto:38

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

Used in: SummaryMetadata

message TaggedRunMetadata

event.proto:72

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

Used in: Event

message TensorProto

tensor.proto:14

Protocol buffer representing a tensor.

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

message TensorShapeProto

tensor_shape.proto:12

Dimensions of a tensor.

Used in: AttrValue, AttrValue.ListValue, TensorProto

message TensorShapeProto.Dim

tensor_shape.proto:14

One dimension of the tensor.

Used in: TensorShapeProto

message TextPluginData

plugin_text.proto:24

Text summaries created by the `tensorboard.plugins.text.summary` module will include `SummaryMetadata` whose `plugin_data` field has as `content` a binary string that is the encoding of an `TextPluginData` proto.

message VersionDef

versions.proto:22

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