Class Summary.Value

  • All Implemented Interfaces:
    com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, java.io.Serializable, Summary.ValueOrBuilder
    Enclosing class:
    Summary

    public static final class Summary.Value
    extends com.google.protobuf.GeneratedMessageV3
    implements Summary.ValueOrBuilder
    Protobuf type org.platanios.tensorflow.proto.Summary.Value
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Summary.Value.Builder
      Protobuf type org.platanios.tensorflow.proto.Summary.Value
      static class  Summary.Value.ValueCase  
      • Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3

        com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,​BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,​BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
      • Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

        com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
    • Method Detail

      • newInstance

        protected java.lang.Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getUnknownFields

        public final com.google.protobuf.UnknownFieldSet getUnknownFields()
        Specified by:
        getUnknownFields in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getUnknownFields in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

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

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • getNodeName

        public java.lang.String getNodeName()
         This field is deprecated and will not be set.
         
        string node_name = 7;
        Specified by:
        getNodeName in interface Summary.ValueOrBuilder
        Returns:
        The nodeName.
      • getNodeNameBytes

        public com.google.protobuf.ByteString getNodeNameBytes()
         This field is deprecated and will not be set.
         
        string node_name = 7;
        Specified by:
        getNodeNameBytes in interface Summary.ValueOrBuilder
        Returns:
        The bytes for nodeName.
      • getTag

        public java.lang.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;
        Specified by:
        getTag in interface Summary.ValueOrBuilder
        Returns:
        The tag.
      • getTagBytes

        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;
        Specified by:
        getTagBytes in interface Summary.ValueOrBuilder
        Returns:
        The bytes for tag.
      • hasMetadata

        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.
         
        .org.platanios.tensorflow.proto.SummaryMetadata metadata = 9;
        Specified by:
        hasMetadata in interface Summary.ValueOrBuilder
        Returns:
        Whether the metadata field is set.
      • getMetadata

        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.
         
        .org.platanios.tensorflow.proto.SummaryMetadata metadata = 9;
        Specified by:
        getMetadata in interface Summary.ValueOrBuilder
        Returns:
        The metadata.
      • getMetadataOrBuilder

        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.
         
        .org.platanios.tensorflow.proto.SummaryMetadata metadata = 9;
        Specified by:
        getMetadataOrBuilder in interface Summary.ValueOrBuilder
      • getObsoleteOldStyleHistogram

        public com.google.protobuf.ByteString getObsoleteOldStyleHistogram()
        bytes obsolete_old_style_histogram = 3;
        Specified by:
        getObsoleteOldStyleHistogram in interface Summary.ValueOrBuilder
        Returns:
        The obsoleteOldStyleHistogram.
      • hasImage

        public boolean hasImage()
        .org.platanios.tensorflow.proto.Summary.Image image = 4;
        Specified by:
        hasImage in interface Summary.ValueOrBuilder
        Returns:
        Whether the image field is set.
      • hasHisto

        public boolean hasHisto()
        .org.platanios.tensorflow.proto.HistogramProto histo = 5;
        Specified by:
        hasHisto in interface Summary.ValueOrBuilder
        Returns:
        Whether the histo field is set.
      • hasAudio

        public boolean hasAudio()
        .org.platanios.tensorflow.proto.Summary.Audio audio = 6;
        Specified by:
        hasAudio in interface Summary.ValueOrBuilder
        Returns:
        Whether the audio field is set.
      • hasTensor

        public boolean hasTensor()
        .org.platanios.tensorflow.proto.TensorProto tensor = 8;
        Specified by:
        hasTensor in interface Summary.ValueOrBuilder
        Returns:
        Whether the tensor field is set.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws java.io.IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        java.io.IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(java.lang.Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static Summary.Value parseFrom​(java.nio.ByteBuffer data)
                                       throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Summary.Value parseFrom​(java.nio.ByteBuffer data,
                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                       throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Summary.Value parseFrom​(com.google.protobuf.ByteString data)
                                       throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Summary.Value parseFrom​(com.google.protobuf.ByteString data,
                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                       throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Summary.Value parseFrom​(byte[] data)
                                       throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Summary.Value parseFrom​(byte[] data,
                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                       throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Summary.Value parseFrom​(java.io.InputStream input)
                                       throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static Summary.Value parseFrom​(java.io.InputStream input,
                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                       throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

        public static Summary.Value parseDelimitedFrom​(java.io.InputStream input)
                                                throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

        public static Summary.Value parseDelimitedFrom​(java.io.InputStream input,
                                                       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static Summary.Value parseFrom​(com.google.protobuf.CodedInputStream input)
                                       throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static Summary.Value parseFrom​(com.google.protobuf.CodedInputStream input,
                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                       throws java.io.IOException
        Throws:
        java.io.IOException
      • newBuilderForType

        public Summary.Value.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public Summary.Value.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected Summary.Value.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstance

        public static Summary.Value getDefaultInstance()
      • parser

        public static com.google.protobuf.Parser<Summary.Value> parser()
      • getParserForType

        public com.google.protobuf.Parser<Summary.Value> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public Summary.Value getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder