Class Summary.Value

  • All Implemented Interfaces:
    Serializable, org.nd4j.shade.protobuf.Message, org.nd4j.shade.protobuf.MessageLite, org.nd4j.shade.protobuf.MessageLiteOrBuilder, org.nd4j.shade.protobuf.MessageOrBuilder, Summary.ValueOrBuilder
    Enclosing class:
    Summary

    public static final class Summary.Value
    extends org.nd4j.shade.protobuf.GeneratedMessageV3
    implements Summary.ValueOrBuilder
    Protobuf type tensorflow.Summary.Value
    See Also:
    Serialized Form
    • Method Detail

      • newInstance

        protected Object newInstance​(org.nd4j.shade.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class org.nd4j.shade.protobuf.GeneratedMessageV3
      • getUnknownFields

        public final org.nd4j.shade.protobuf.UnknownFieldSet getUnknownFields()
        Specified by:
        getUnknownFields in interface org.nd4j.shade.protobuf.MessageOrBuilder
        Overrides:
        getUnknownFields in class org.nd4j.shade.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final org.nd4j.shade.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class org.nd4j.shade.protobuf.GeneratedMessageV3
      • getNodeName

        public 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 org.nd4j.shade.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 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 org.nd4j.shade.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.
         
        .tensorflow.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.
         
        .tensorflow.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.
         
        .tensorflow.SummaryMetadata metadata = 9;
        Specified by:
        getMetadataOrBuilder in interface Summary.ValueOrBuilder
      • hasSimpleValue

        public boolean hasSimpleValue()
        float simple_value = 2;
        Specified by:
        hasSimpleValue in interface Summary.ValueOrBuilder
        Returns:
        Whether the simpleValue field is set.
      • hasObsoleteOldStyleHistogram

        public boolean hasObsoleteOldStyleHistogram()
        bytes obsolete_old_style_histogram = 3;
        Specified by:
        hasObsoleteOldStyleHistogram in interface Summary.ValueOrBuilder
        Returns:
        Whether the obsoleteOldStyleHistogram field is set.
      • getObsoleteOldStyleHistogram

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

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

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

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

        public boolean hasTensor()
        .tensorflow.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 org.nd4j.shade.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class org.nd4j.shade.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(org.nd4j.shade.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface org.nd4j.shade.protobuf.MessageLite
        Overrides:
        writeTo in class org.nd4j.shade.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface org.nd4j.shade.protobuf.MessageLite
        Overrides:
        getSerializedSize in class org.nd4j.shade.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface org.nd4j.shade.protobuf.Message
        Overrides:
        equals in class org.nd4j.shade.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface org.nd4j.shade.protobuf.Message
        Overrides:
        hashCode in class org.nd4j.shade.protobuf.AbstractMessage
      • parseFrom

        public static Summary.Value parseFrom​(ByteBuffer data)
                                       throws org.nd4j.shade.protobuf.InvalidProtocolBufferException
        Throws:
        org.nd4j.shade.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Summary.Value parseFrom​(ByteBuffer data,
                                              org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
                                       throws org.nd4j.shade.protobuf.InvalidProtocolBufferException
        Throws:
        org.nd4j.shade.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Summary.Value parseFrom​(org.nd4j.shade.protobuf.ByteString data)
                                       throws org.nd4j.shade.protobuf.InvalidProtocolBufferException
        Throws:
        org.nd4j.shade.protobuf.InvalidProtocolBufferException
      • parseFrom

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

        public static Summary.Value parseFrom​(byte[] data)
                                       throws org.nd4j.shade.protobuf.InvalidProtocolBufferException
        Throws:
        org.nd4j.shade.protobuf.InvalidProtocolBufferException
      • parseFrom

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

        public static Summary.Value parseFrom​(org.nd4j.shade.protobuf.CodedInputStream input,
                                              org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
                                       throws IOException
        Throws:
        IOException
      • newBuilderForType

        public Summary.Value.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface org.nd4j.shade.protobuf.Message
        Specified by:
        newBuilderForType in interface org.nd4j.shade.protobuf.MessageLite
      • toBuilder

        public Summary.Value.Builder toBuilder()
        Specified by:
        toBuilder in interface org.nd4j.shade.protobuf.Message
        Specified by:
        toBuilder in interface org.nd4j.shade.protobuf.MessageLite
      • newBuilderForType

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

        public static Summary.Value getDefaultInstance()
      • parser

        public static org.nd4j.shade.protobuf.Parser<Summary.Value> parser()
      • getParserForType

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

        public Summary.Value getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface org.nd4j.shade.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface org.nd4j.shade.protobuf.MessageOrBuilder