Summary.Value

classe final pública estática Summary.Value

tensorflow.Summary.Value type tensorflow.Summary.Value

Classes aninhadas

aula Summary.Value.Builder tensorflow.Summary.Value type tensorflow.Summary.Value
enum Summary.Value.ValueCase

Constantes

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
intSIMPLE_VALUE_FIELD_NUMBER
int TAG_FIELD_NUMBER
int TENSOR_FIELD_NUMBER

Métodos Públicos

boleano
igual a (objeto 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.
Fragmento
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
flutuador
getSimpleValue ()
float simple_value = 2;
Fragmento
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
boleano
hasAudio ()
.tensorflow.Summary.Audio audio = 6;
boleano
hasHisto ()
.tensorflow.HistogramProto histo = 5;
boleano
hasImage ()
.tensorflow.Summary.Image image = 4;
boleano
hasMetadata ()
 Contains metadata on the summary value such as which plugins may use it.
boleano
hasTensor ()
.tensorflow.TensorProto tensor = 8;
int
final booleano
static Summary.Value.Builder
newBuilder (protótipo Summary.Value )
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 (dados ByteBuffer)
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)
estático
Summary.Value.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

public static final int AUDIO_FIELD_NUMBER

Valor constante: 6

public static final int HISTO_FIELD_NUMBER

Valor constante: 5

public static final int IMAGE_FIELD_NUMBER

Valor constante: 4

public static final int METADATA_FIELD_NUMBER

Valor constante: 9

público estático final int NODE_NAME_FIELD_NUMBER

Valor constante: 7

public static final int OBSOLETE_OLD_STYLE_HISTOGRAM_FIELD_NUMBER

Valor Constante: 3

public static final int SIMPLE_VALUE_FIELD_NUMBER

Valor constante: 2

public static final int TAG_FIELD_NUMBER

Valor Constante: 1

public static final int TENSOR_FIELD_NUMBER

Valor constante: 8

Métodos Públicos

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;

público getParserForType ()

public int getSerializedSize ()

public float getSimpleValue ()

float simple_value = 2;

public String getTag ()

Tag da string tag = 1;

 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 string tag = 1;

 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 (protótipo Summary.Value )

public static Summary.Value.Builder newBuilder ()

public Summary.Value.Builder newBuilderForType ()

public static Summary.Value parseDelimitedFrom (InputStream input)

Lança
IOException

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

Lança
IOException

public static Summary.Value parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

estática pública analisador ()

public Summary.Value.Builder toBuilder ()

public void writeTo (saída com.google.protobuf.CodedOutputStream)

Lança
IOException