public static final class Summary.Value extends com.google.protobuf.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.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
Modifier and Type | Field and Description |
---|---|
static int |
AUDIO_FIELD_NUMBER |
static int |
HISTO_FIELD_NUMBER |
static int |
IMAGE_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.google.protobuf.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; |
String |
getNodeName()
Name of the node that output this summary; in general, the name of a
TensorSummary node.
|
com.google.protobuf.ByteString |
getNodeNameBytes()
Name of the node that output this summary; in general, the name of a
TensorSummary node.
|
com.google.protobuf.ByteString |
getObsoleteOldStyleHistogram()
bytes obsolete_old_style_histogram = 3; |
com.google.protobuf.Parser<Summary.Value> |
getParserForType() |
int |
getSerializedSize() |
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; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
Summary.Value.ValueCase |
getValueCase() |
int |
hashCode() |
protected com.google.protobuf.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.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Summary.Value |
parseDelimitedFrom(InputStream input) |
static Summary.Value |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Summary.Value |
parseFrom(byte[] data) |
static Summary.Value |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Summary.Value |
parseFrom(com.google.protobuf.ByteString data) |
static Summary.Value |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Summary.Value |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Summary.Value |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Summary.Value |
parseFrom(InputStream input) |
static Summary.Value |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Summary.Value> |
parser() |
Summary.Value.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final int NODE_NAME_FIELD_NUMBER
public static final int TAG_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.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public Summary.Value.ValueCase getValueCase()
getValueCase
in interface Summary.ValueOrBuilder
public String getNodeName()
Name of the node that output this summary; in general, the name of a TensorSummary node. If the node in question has multiple outputs, then a ":\d+" suffix will be appended, like "some_op:13". Might not be set for legacy summaries (i.e. those not using the tensor value field)
string node_name = 7;
getNodeName
in interface Summary.ValueOrBuilder
public com.google.protobuf.ByteString getNodeNameBytes()
Name of the node that output this summary; in general, the name of a TensorSummary node. If the node in question has multiple outputs, then a ":\d+" suffix will be appended, like "some_op:13". Might not be set for legacy summaries (i.e. those not using the tensor value field)
string node_name = 7;
getNodeNameBytes
in interface Summary.ValueOrBuilder
public String getTag()
Tag name for the data. Will only be used by legacy summaries (ie. those not using the tensor value field) For legacy summaries, will be used as the title of the graph in the visualizer. Tag is usually "op_name:value_name", where "op_name" itself can have structure to indicate grouping.
string tag = 1;
getTag
in interface Summary.ValueOrBuilder
public com.google.protobuf.ByteString getTagBytes()
Tag name for the data. Will only be used by legacy summaries (ie. those not using the tensor value field) For legacy summaries, will be used as the title of the graph in the visualizer. Tag is usually "op_name:value_name", where "op_name" itself can have structure to indicate grouping.
string tag = 1;
getTagBytes
in interface Summary.ValueOrBuilder
public float getSimpleValue()
float simple_value = 2;
getSimpleValue
in interface Summary.ValueOrBuilder
public com.google.protobuf.ByteString getObsoleteOldStyleHistogram()
bytes obsolete_old_style_histogram = 3;
getObsoleteOldStyleHistogram
in interface Summary.ValueOrBuilder
public Summary.Image getImage()
.tensorflow.Summary.Image image = 4;
getImage
in interface Summary.ValueOrBuilder
public Summary.ImageOrBuilder getImageOrBuilder()
.tensorflow.Summary.Image image = 4;
getImageOrBuilder
in interface Summary.ValueOrBuilder
public HistogramProto getHisto()
.tensorflow.HistogramProto histo = 5;
getHisto
in interface Summary.ValueOrBuilder
public HistogramProtoOrBuilder getHistoOrBuilder()
.tensorflow.HistogramProto histo = 5;
getHistoOrBuilder
in interface Summary.ValueOrBuilder
public Summary.Audio getAudio()
.tensorflow.Summary.Audio audio = 6;
getAudio
in interface Summary.ValueOrBuilder
public Summary.AudioOrBuilder getAudioOrBuilder()
.tensorflow.Summary.Audio audio = 6;
getAudioOrBuilder
in interface Summary.ValueOrBuilder
public TensorProto getTensor()
.tensorflow.TensorProto tensor = 8;
getTensor
in interface Summary.ValueOrBuilder
public TensorProtoOrBuilder getTensorOrBuilder()
.tensorflow.TensorProto tensor = 8;
getTensorOrBuilder
in interface Summary.ValueOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static Summary.Value parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Summary.Value parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Summary.Value parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Summary.Value parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Summary.Value parseFrom(InputStream input) throws IOException
IOException
public static Summary.Value parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Summary.Value parseDelimitedFrom(InputStream input) throws IOException
IOException
public static Summary.Value parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Summary.Value parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static Summary.Value parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public Summary.Value.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static Summary.Value.Builder newBuilder()
public static Summary.Value.Builder newBuilder(Summary.Value prototype)
public Summary.Value.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected Summary.Value.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static Summary.Value getDefaultInstance()
public static com.google.protobuf.Parser<Summary.Value> parser()
public com.google.protobuf.Parser<Summary.Value> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public Summary.Value getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2015–2017. All rights reserved.