Summary.Value

public static final class Summary.Value

Protobuf type tensorflow.Summary.Value

Nested Classes

class Summary.Value.Builder Protobuf type tensorflow.Summary.Value  
enum Summary.Value.ValueCase  

Constants

int AUDIO_FIELD_NUMBER
int HISTO_FIELD_NUMBER
int IMAGE_FIELD_NUMBER
int METADATA_FIELD_NUMBER
int NODE_NAME_FIELD_NUMBER
int OBSOLETE_OLD_STYLE_HISTOGRAM_FIELD_NUMBER
int SIMPLE_VALUE_FIELD_NUMBER
int TAG_FIELD_NUMBER
int TENSOR_FIELD_NUMBER

Public Methods

boolean
equals(Object obj)
Summary.Audio
getAudio()
.tensorflow.Summary.Audio audio = 6;
Summary.AudioOrBuilder
getAudioOrBuilder()
.tensorflow.Summary.Audio audio = 6;
static Summary.Value
Summary.Value
final static com.google.protobuf.Descriptors.Descriptor
HistogramProto
getHisto()
.tensorflow.HistogramProto histo = 5;
HistogramProtoOrBuilder
getHistoOrBuilder()
.tensorflow.HistogramProto histo = 5;
Summary.Image
getImage()
.tensorflow.Summary.Image image = 4;
Summary.ImageOrBuilder
getImageOrBuilder()
.tensorflow.Summary.Image image = 4;
SummaryMetadata
getMetadata()
 Contains metadata on the summary value such as which plugins may use it.
SummaryMetadataOrBuilder
getMetadataOrBuilder()
 Contains metadata on the summary value such as which plugins may use it.
String
getNodeName()
 This field is deprecated and will not be set.
com.google.protobuf.ByteString
getNodeNameBytes()
 This field is deprecated and will not be set.
com.google.protobuf.ByteString
getObsoleteOldStyleHistogram()
bytes obsolete_old_style_histogram = 3;
int
float
getSimpleValue()
float simple_value = 2;
String
getTag()
 Tag name for the data.
com.google.protobuf.ByteString
getTagBytes()
 Tag name for the data.
TensorProto
getTensor()
.tensorflow.TensorProto tensor = 8;
TensorProtoOrBuilder
getTensorOrBuilder()
.tensorflow.TensorProto tensor = 8;
final com.google.protobuf.UnknownFieldSet
Summary.Value.ValueCase
boolean
hasAudio()
.tensorflow.Summary.Audio audio = 6;
boolean
hasHisto()
.tensorflow.HistogramProto histo = 5;
boolean
hasImage()
.tensorflow.Summary.Image image = 4;
boolean
hasMetadata()
 Contains metadata on the summary value such as which plugins may use it.
boolean
hasTensor()
.tensorflow.TensorProto tensor = 8;
int
final boolean
static Summary.Value.Builder
static Summary.Value.Builder
Summary.Value.Builder
static Summary.Value
parseDelimitedFrom(InputStream input)
static Summary.Value
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Summary.Value
parseFrom(ByteBuffer data)
static Summary.Value
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Summary.Value
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Summary.Value
parseFrom(com.google.protobuf.CodedInputStream input)
static Summary.Value
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Summary.Value
parseFrom(com.google.protobuf.ByteString data)
static Summary.Value
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Summary.Value
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static
parser()
Summary.Value.Builder
void
writeTo(com.google.protobuf.CodedOutputStream output)

Inherited Methods

Constants

public static final int AUDIO_FIELD_NUMBER

Constant Value: 6

public static final int HISTO_FIELD_NUMBER

Constant Value: 5

public static final int IMAGE_FIELD_NUMBER

Constant Value: 4

public static final int METADATA_FIELD_NUMBER

Constant Value: 9

public static final int NODE_NAME_FIELD_NUMBER

Constant Value: 7

public static final int OBSOLETE_OLD_STYLE_HISTOGRAM_FIELD_NUMBER

Constant Value: 3

public static final int SIMPLE_VALUE_FIELD_NUMBER

Constant Value: 2

public static final int TAG_FIELD_NUMBER

Constant Value: 1

public static final int TENSOR_FIELD_NUMBER

Constant Value: 8

Public Methods

public boolean equals (Object obj)

public Summary.Audio getAudio ()

.tensorflow.Summary.Audio audio = 6;

public Summary.AudioOrBuilder getAudioOrBuilder ()

.tensorflow.Summary.Audio audio = 6;

public static Summary.Value getDefaultInstance ()

public Summary.Value getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public HistogramProto getHisto ()

.tensorflow.HistogramProto histo = 5;

public HistogramProtoOrBuilder getHistoOrBuilder ()

.tensorflow.HistogramProto histo = 5;

public Summary.Image getImage ()

.tensorflow.Summary.Image image = 4;

public Summary.ImageOrBuilder getImageOrBuilder ()

.tensorflow.Summary.Image image = 4;

public SummaryMetadata getMetadata ()

 Contains metadata on the summary value such as which plugins may use it.
 Take note that many summary values may lack a metadata field. This is
 because the FileWriter only keeps a metadata object on the first summary
 value with a certain tag for each tag. TensorBoard then remembers which
 tags are associated with which plugins. This saves space.
 
.tensorflow.SummaryMetadata metadata = 9;

public SummaryMetadataOrBuilder getMetadataOrBuilder ()

 Contains metadata on the summary value such as which plugins may use it.
 Take note that many summary values may lack a metadata field. This is
 because the FileWriter only keeps a metadata object on the first summary
 value with a certain tag for each tag. TensorBoard then remembers which
 tags are associated with which plugins. This saves space.
 
.tensorflow.SummaryMetadata metadata = 9;

public String getNodeName ()

 This field is deprecated and will not be set.
 
string node_name = 7;

public com.google.protobuf.ByteString getNodeNameBytes ()

 This field is deprecated and will not be set.
 
string node_name = 7;

public com.google.protobuf.ByteString getObsoleteOldStyleHistogram ()

bytes obsolete_old_style_histogram = 3;

public getParserForType ()

public int getSerializedSize ()

public float getSimpleValue ()

float simple_value = 2;

public String getTag ()

 Tag name for the data. Used by TensorBoard plugins to organize data. Tags
 are often organized by scope (which contains slashes to convey
 hierarchy). For example: foo/bar/0
 
string tag = 1;

public com.google.protobuf.ByteString getTagBytes ()

 Tag name for the data. Used by TensorBoard plugins to organize data. Tags
 are often organized by scope (which contains slashes to convey
 hierarchy). For example: foo/bar/0
 
string tag = 1;

public TensorProto getTensor ()

.tensorflow.TensorProto tensor = 8;

public TensorProtoOrBuilder getTensorOrBuilder ()

.tensorflow.TensorProto tensor = 8;

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public Summary.Value.ValueCase getValueCase ()

public boolean hasAudio ()

.tensorflow.Summary.Audio audio = 6;

public boolean hasHisto ()

.tensorflow.HistogramProto histo = 5;

public boolean hasImage ()

.tensorflow.Summary.Image image = 4;

public boolean hasMetadata ()

 Contains metadata on the summary value such as which plugins may use it.
 Take note that many summary values may lack a metadata field. This is
 because the FileWriter only keeps a metadata object on the first summary
 value with a certain tag for each tag. TensorBoard then remembers which
 tags are associated with which plugins. This saves space.
 
.tensorflow.SummaryMetadata metadata = 9;

public boolean hasTensor ()

.tensorflow.TensorProto tensor = 8;

public int hashCode ()

public final boolean isInitialized ()

public static Summary.Value.Builder newBuilder (Summary.Value prototype)

public static Summary.Value.Builder newBuilder ()

public Summary.Value.Builder newBuilderForType ()

public static Summary.Value parseDelimitedFrom (InputStream input)

Throws
IOException

public static Summary.Value parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public static Summary.Value parseFrom (ByteBuffer data)

Throws
InvalidProtocolBufferException

public static Summary.Value parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public static Summary.Value parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
InvalidProtocolBufferException

public static Summary.Value parseFrom (com.google.protobuf.CodedInputStream input)

Throws
IOException

public static Summary.Value parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
InvalidProtocolBufferException

public static Summary.Value parseFrom (com.google.protobuf.ByteString data)

Throws
InvalidProtocolBufferException

public static Summary.Value parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public static Summary.Value parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
InvalidProtocolBufferException

public static parser ()

public Summary.Value.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream output)

Throws
IOException