package tensorboard.data

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

service TensorBoardDataProvider

data_provider.proto:12

message BlobReference

data_provider.proto:348

A reference to a blob.

Used in: BlobReferenceSequence

message BlobReferenceSequence

data_provider.proto:343

Used in: BlobSequenceData

message BlobSequenceData

data_provider.proto:337

A column-major sequence of blob sequence points. Arrays `step`, `wall_time`, and `value` have the same lengths. The `step` and `wall_time` fields are repeated primitive values, so they will be packed on the wire: <https://developers.google.com/protocol-buffers/docs/encoding#packed>

Used in: ReadBlobSequencesResponse.TagEntry

message BlobSequenceMetadata

data_provider.proto:295

Used in: ListBlobSequencesResponse.TagEntry

message Downsample

data_provider.proto:96

Used in: ReadBlobSequencesRequest, ReadScalarsRequest, ReadTensorsRequest

message ListBlobSequencesResponse.RunEntry

data_provider.proto:285

Used in: ListBlobSequencesResponse

message ListBlobSequencesResponse.TagEntry

data_provider.proto:289

Used in: RunEntry

message ListScalarsResponse.RunEntry

data_provider.proto:150

Used in: ListScalarsResponse

message ListScalarsResponse.TagEntry

data_provider.proto:154

Used in: RunEntry

message ListTensorsResponse.RunEntry

data_provider.proto:217

Used in: ListTensorsResponse

message ListTensorsResponse.TagEntry

data_provider.proto:221

Used in: RunEntry

message Plugin

data_provider.proto:111

Used in: ListPluginsResponse

message PluginFilter

data_provider.proto:70

Used in: ListBlobSequencesRequest, ListScalarsRequest, ListTensorsRequest, ReadBlobSequencesRequest, ReadScalarsRequest, ReadTensorsRequest

message ReadBlobSequencesResponse.RunEntry

data_provider.proto:321

Used in: ReadBlobSequencesResponse

message ReadBlobSequencesResponse.TagEntry

data_provider.proto:325

Used in: RunEntry

message ReadScalarsResponse.RunEntry

data_provider.proto:184

Used in: ReadScalarsResponse

message ReadScalarsResponse.TagEntry

data_provider.proto:188

Used in: RunEntry

message ReadTensorsResponse.RunEntry

data_provider.proto:251

Used in: ReadTensorsResponse

message ReadTensorsResponse.TagEntry

data_provider.proto:255

Used in: RunEntry

message Run

data_provider.proto:126

Used in: ListRunsResponse

message RunFilter

data_provider.proto:84

Used in: RunTagFilter

message RunTagFilter

data_provider.proto:75

Used in: ListBlobSequencesRequest, ListScalarsRequest, ListTensorsRequest, ReadBlobSequencesRequest, ReadScalarsRequest, ReadTensorsRequest

message ScalarData

data_provider.proto:199

A column-major sequence of scalar points. Arrays `step`, `wall_time`, and `value` have the same lengths. These are repeated primitive values, so they will be packed on the wire: <https://developers.google.com/protocol-buffers/docs/encoding#packed>

Used in: ReadScalarsResponse.TagEntry

message ScalarMetadata

data_provider.proto:160

Used in: ListScalarsResponse.TagEntry

message TagFilter

data_provider.proto:90

Used in: RunTagFilter

message TensorData

data_provider.proto:267

A column-major sequence of tensor points. Arrays `step`, `wall_time`, and `value` have the same lengths. The `step` and `wall_time` fields are repeated primitive values, so they will be packed on the wire: <https://developers.google.com/protocol-buffers/docs/encoding#packed>

Used in: ReadTensorsResponse.TagEntry

message TensorMetadata

data_provider.proto:227

Used in: ListTensorsResponse.TagEntry