public static final class Summary.Value extends com.github.os72.protobuf351.GeneratedMessageV3 implements Summary.ValueOrBuilder
tensorflow.Summary.Value| Modifier and Type | Class and Description |
|---|---|
static class |
Summary.Value.Builder
Protobuf type
tensorflow.Summary.Value |
static class |
Summary.Value.ValueCase |
com.github.os72.protobuf351.GeneratedMessageV3.BuilderParent, com.github.os72.protobuf351.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.github.os72.protobuf351.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.github.os72.protobuf351.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.github.os72.protobuf351.GeneratedMessageV3.ExtendableMessage<MessageType extends com.github.os72.protobuf351.GeneratedMessageV3.ExtendableMessage>, com.github.os72.protobuf351.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.github.os72.protobuf351.GeneratedMessageV3.ExtendableMessage>, com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
AUDIO_FIELD_NUMBER |
static int |
HISTO_FIELD_NUMBER |
static int |
IMAGE_FIELD_NUMBER |
static int |
METADATA_FIELD_NUMBER |
static int |
NODE_NAME_FIELD_NUMBER |
static int |
OBSOLETE_OLD_STYLE_HISTOGRAM_FIELD_NUMBER |
static int |
SIMPLE_VALUE_FIELD_NUMBER |
static int |
TAG_FIELD_NUMBER |
static int |
TENSOR_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Summary.Audio |
getAudio()
.tensorflow.Summary.Audio audio = 6; |
Summary.AudioOrBuilder |
getAudioOrBuilder()
.tensorflow.Summary.Audio audio = 6; |
static Summary.Value |
getDefaultInstance() |
Summary.Value |
getDefaultInstanceForType() |
static com.github.os72.protobuf351.Descriptors.Descriptor |
getDescriptor() |
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.github.os72.protobuf351.ByteString |
getNodeNameBytes()
This field is deprecated and will not be set.
|
com.github.os72.protobuf351.ByteString |
getObsoleteOldStyleHistogram()
bytes obsolete_old_style_histogram = 3; |
com.github.os72.protobuf351.Parser<Summary.Value> |
getParserForType() |
int |
getSerializedSize() |
float |
getSimpleValue()
float simple_value = 2; |
String |
getTag()
Tag name for the data.
|
com.github.os72.protobuf351.ByteString |
getTagBytes()
Tag name for the data.
|
TensorProto |
getTensor()
.tensorflow.TensorProto tensor = 8; |
TensorProtoOrBuilder |
getTensorOrBuilder()
.tensorflow.TensorProto tensor = 8; |
com.github.os72.protobuf351.UnknownFieldSet |
getUnknownFields() |
Summary.Value.ValueCase |
getValueCase() |
boolean |
hasAudio()
.tensorflow.Summary.Audio audio = 6; |
int |
hashCode() |
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; |
protected com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Summary.Value.Builder |
newBuilder() |
static Summary.Value.Builder |
newBuilder(Summary.Value prototype) |
Summary.Value.Builder |
newBuilderForType() |
protected Summary.Value.Builder |
newBuilderForType(com.github.os72.protobuf351.GeneratedMessageV3.BuilderParent parent) |
static Summary.Value |
parseDelimitedFrom(InputStream input) |
static Summary.Value |
parseDelimitedFrom(InputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static Summary.Value |
parseFrom(byte[] data) |
static Summary.Value |
parseFrom(byte[] data,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static Summary.Value |
parseFrom(ByteBuffer data) |
static Summary.Value |
parseFrom(ByteBuffer data,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static Summary.Value |
parseFrom(com.github.os72.protobuf351.ByteString data) |
static Summary.Value |
parseFrom(com.github.os72.protobuf351.ByteString data,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static Summary.Value |
parseFrom(com.github.os72.protobuf351.CodedInputStream input) |
static Summary.Value |
parseFrom(com.github.os72.protobuf351.CodedInputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static Summary.Value |
parseFrom(InputStream input) |
static Summary.Value |
parseFrom(InputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static com.github.os72.protobuf351.Parser<Summary.Value> |
parser() |
Summary.Value.Builder |
toBuilder() |
void |
writeTo(com.github.os72.protobuf351.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int NODE_NAME_FIELD_NUMBER
public static final int TAG_FIELD_NUMBER
public static final int METADATA_FIELD_NUMBER
public static final int SIMPLE_VALUE_FIELD_NUMBER
public static final int OBSOLETE_OLD_STYLE_HISTOGRAM_FIELD_NUMBER
public static final int IMAGE_FIELD_NUMBER
public static final int HISTO_FIELD_NUMBER
public static final int AUDIO_FIELD_NUMBER
public static final int TENSOR_FIELD_NUMBER
public final com.github.os72.protobuf351.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.github.os72.protobuf351.MessageOrBuildergetUnknownFields in class com.github.os72.protobuf351.GeneratedMessageV3public static final com.github.os72.protobuf351.Descriptors.Descriptor getDescriptor()
protected com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.github.os72.protobuf351.GeneratedMessageV3public Summary.Value.ValueCase getValueCase()
getValueCase in interface Summary.ValueOrBuilderpublic String getNodeName()
This field is deprecated and will not be set.
string node_name = 7;getNodeName in interface Summary.ValueOrBuilderpublic com.github.os72.protobuf351.ByteString getNodeNameBytes()
This field is deprecated and will not be set.
string node_name = 7;getNodeNameBytes in interface Summary.ValueOrBuilderpublic 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;getTag in interface Summary.ValueOrBuilderpublic com.github.os72.protobuf351.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;getTagBytes in interface Summary.ValueOrBuilderpublic 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;hasMetadata in interface Summary.ValueOrBuilderpublic 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;getMetadata in interface Summary.ValueOrBuilderpublic 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;getMetadataOrBuilder in interface Summary.ValueOrBuilderpublic float getSimpleValue()
float simple_value = 2;getSimpleValue in interface Summary.ValueOrBuilderpublic com.github.os72.protobuf351.ByteString getObsoleteOldStyleHistogram()
bytes obsolete_old_style_histogram = 3;getObsoleteOldStyleHistogram in interface Summary.ValueOrBuilderpublic boolean hasImage()
.tensorflow.Summary.Image image = 4;hasImage in interface Summary.ValueOrBuilderpublic Summary.Image getImage()
.tensorflow.Summary.Image image = 4;getImage in interface Summary.ValueOrBuilderpublic Summary.ImageOrBuilder getImageOrBuilder()
.tensorflow.Summary.Image image = 4;getImageOrBuilder in interface Summary.ValueOrBuilderpublic boolean hasHisto()
.tensorflow.HistogramProto histo = 5;hasHisto in interface Summary.ValueOrBuilderpublic HistogramProto getHisto()
.tensorflow.HistogramProto histo = 5;getHisto in interface Summary.ValueOrBuilderpublic HistogramProtoOrBuilder getHistoOrBuilder()
.tensorflow.HistogramProto histo = 5;getHistoOrBuilder in interface Summary.ValueOrBuilderpublic boolean hasAudio()
.tensorflow.Summary.Audio audio = 6;hasAudio in interface Summary.ValueOrBuilderpublic Summary.Audio getAudio()
.tensorflow.Summary.Audio audio = 6;getAudio in interface Summary.ValueOrBuilderpublic Summary.AudioOrBuilder getAudioOrBuilder()
.tensorflow.Summary.Audio audio = 6;getAudioOrBuilder in interface Summary.ValueOrBuilderpublic boolean hasTensor()
.tensorflow.TensorProto tensor = 8;hasTensor in interface Summary.ValueOrBuilderpublic TensorProto getTensor()
.tensorflow.TensorProto tensor = 8;getTensor in interface Summary.ValueOrBuilderpublic TensorProtoOrBuilder getTensorOrBuilder()
.tensorflow.TensorProto tensor = 8;getTensorOrBuilder in interface Summary.ValueOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.github.os72.protobuf351.MessageLiteOrBuilderisInitialized in class com.github.os72.protobuf351.GeneratedMessageV3public void writeTo(com.github.os72.protobuf351.CodedOutputStream output)
throws IOException
writeTo in interface com.github.os72.protobuf351.MessageLitewriteTo in class com.github.os72.protobuf351.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.github.os72.protobuf351.MessageLitegetSerializedSize in class com.github.os72.protobuf351.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.github.os72.protobuf351.Messageequals in class com.github.os72.protobuf351.AbstractMessagepublic int hashCode()
hashCode in interface com.github.os72.protobuf351.MessagehashCode in class com.github.os72.protobuf351.AbstractMessagepublic static Summary.Value parseFrom(ByteBuffer data) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferExceptionpublic static Summary.Value parseFrom(ByteBuffer data, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferExceptionpublic static Summary.Value parseFrom(com.github.os72.protobuf351.ByteString data) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferExceptionpublic static Summary.Value parseFrom(com.github.os72.protobuf351.ByteString data, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferExceptionpublic static Summary.Value parseFrom(byte[] data) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferExceptionpublic static Summary.Value parseFrom(byte[] data, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferExceptionpublic static Summary.Value parseFrom(InputStream input) throws IOException
IOExceptionpublic static Summary.Value parseFrom(InputStream input, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Summary.Value parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Summary.Value parseDelimitedFrom(InputStream input, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Summary.Value parseFrom(com.github.os72.protobuf351.CodedInputStream input) throws IOException
IOExceptionpublic static Summary.Value parseFrom(com.github.os72.protobuf351.CodedInputStream input, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Summary.Value.Builder newBuilderForType()
newBuilderForType in interface com.github.os72.protobuf351.MessagenewBuilderForType in interface com.github.os72.protobuf351.MessageLitepublic static Summary.Value.Builder newBuilder()
public static Summary.Value.Builder newBuilder(Summary.Value prototype)
public Summary.Value.Builder toBuilder()
toBuilder in interface com.github.os72.protobuf351.MessagetoBuilder in interface com.github.os72.protobuf351.MessageLiteprotected Summary.Value.Builder newBuilderForType(com.github.os72.protobuf351.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.github.os72.protobuf351.GeneratedMessageV3public static Summary.Value getDefaultInstance()
public static com.github.os72.protobuf351.Parser<Summary.Value> parser()
public com.github.os72.protobuf351.Parser<Summary.Value> getParserForType()
getParserForType in interface com.github.os72.protobuf351.MessagegetParserForType in interface com.github.os72.protobuf351.MessageLitegetParserForType in class com.github.os72.protobuf351.GeneratedMessageV3public Summary.Value getDefaultInstanceForType()
getDefaultInstanceForType in interface com.github.os72.protobuf351.MessageLiteOrBuildergetDefaultInstanceForType in interface com.github.os72.protobuf351.MessageOrBuilderCopyright © 2018. All rights reserved.