Summary.ValueOrBuilder

interface estática pública Summary.ValueOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

resumo Summary.Audio
getAudio ()
.tensorflow.Summary.Audio audio = 6;
resumo Summary.AudioOrBuilder
getAudioOrBuilder ()
.tensorflow.Summary.Audio audio = 6;
HistogramProto abstrato
getHisto ()
.tensorflow.HistogramProto histo = 5;
HistogramProtoOrBuilder abstrato
getHistoOrBuilder ()
.tensorflow.HistogramProto histo = 5;
resumo Summary.Image
getImage ()
.tensorflow.Summary.Image image = 4;
resumo Summary.ImageOrBuilder
getImageOrBuilder ()
.tensorflow.Summary.Image image = 4;
resumo SummaryMetadata
getMetadata ()
 Contains metadata on the summary value such as which plugins may use it.
abstract SummaryMetadataOrBuilder
getMetadataOrBuilder ()
 Contains metadata on the summary value such as which plugins may use it.
String abstrata
getNodeName ()
 This field is deprecated and will not be set.
abstract com.google.protobuf.ByteString
getNodeNameBytes ()
 This field is deprecated and will not be set.
abstract com.google.protobuf.ByteString
getObsoleteOldStyleHistogram ()
bytes obsolete_old_style_histogram = 3;
flutuador abstrato
getSimpleValue ()
float simple_value = 2;
String abstrata
getTag ()
 Tag name for the data.
abstract com.google.protobuf.ByteString
getTagBytes ()
 Tag name for the data.
TensorProto abstrato
getTensor ()
.tensorflow.TensorProto tensor = 8;
TensorProtoOrBuilder abstrato
getTensorOrBuilder ()
.tensorflow.TensorProto tensor = 8;
resumo Summary.Value.ValueCase
booleano abstrato
hasAudio ()
.tensorflow.Summary.Audio audio = 6;
booleano abstrato
hasHisto ()
.tensorflow.HistogramProto histo = 5;
booleano abstrato
hasImage ()
.tensorflow.Summary.Image image = 4;
booleano abstrato
hasMetadata ()
 Contains metadata on the summary value such as which plugins may use it.
booleano abstrato
hasTensor ()
.tensorflow.TensorProto tensor = 8;

Métodos Públicos

public abstract Summary.Audio getAudio ()

.tensorflow.Summary.Audio audio = 6;

public abstract Summary.AudioOrBuilder getAudioOrBuilder ()

.tensorflow.Summary.Audio audio = 6;

public abstract HistogramProto getHisto ()

.tensorflow.HistogramProto histo = 5;

public abstract HistogramProtoOrBuilder getHistoOrBuilder ()

.tensorflow.HistogramProto histo = 5;

resumo público Summary.Image getImage ()

.tensorflow.Summary.Image image = 4;

public abstract Summary.ImageOrBuilder getImageOrBuilder ()

.tensorflow.Summary.Image image = 4;

public abstract 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 abstract 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 abstract String getNodeName ()

 This field is deprecated and will not be set.
 
string node_name = 7;

public abstract com.google.protobuf.ByteString getNodeNameBytes ()

 This field is deprecated and will not be set.
 
string node_name = 7;

public abstract com.google.protobuf.ByteString getObsoleteOldStyleHistogram ()

bytes obsolete_old_style_histogram = 3;

public abstract float getSimpleValue ()

float simple_value = 2;

public abstract 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 abstract com.google.protobuf.ByteString getTagBytes ()

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 abstract TensorProto getTensor ()

.tensorflow.TensorProto tensor = 8;

public abstract TensorProtoOrBuilder getTensorOrBuilder ()

.tensorflow.TensorProto tensor = 8;

public abstract Summary.Value.ValueCase getValueCase ()

public abstract boolean hasAudio ()

.tensorflow.Summary.Audio audio = 6;

public abstract boolean hasHisto ()

.tensorflow.HistogramProto histo = 5;

public abstract boolean hasImage ()

.tensorflow.Summary.Image image = 4;

public abstract 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 abstract boolean hasTensor ()

.tensorflow.TensorProto tensor = 8;