Summary.ValueOrBuilder

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

Métodos Públicos

Resumo Resumo.Áudio
obterÁudio ()
.tensorflow.Summary.Audio audio = 6;
Resumo Resumo.AudioOrBuilder
getAudioOrBuilder ()
.tensorflow.Summary.Audio audio = 6;
Histograma abstratoProto
obterHisto ()
.tensorflow.HistogramProto histo = 5;
Histograma abstratoProtoOrBuilder
getHistoOrBuilder ()
.tensorflow.HistogramProto histo = 5;
Resumo Resumo.Imagem
obterImagem ()
.tensorflow.Summary.Image image = 4;
resumo abstrato.ImageOrBuilder
getImageOrBuilder ()
.tensorflow.Summary.Image image = 4;
Resumo ResumoMetadados
getMetadata ()
 Contains metadata on the summary value such as which plugins may use it.
Resumo ResumoMetadataOrBuilder
getMetadataOrBuilder ()
 Contains metadata on the summary value such as which plugins may use it.
cadeia abstrata
getNomeNome ()
 This field is deprecated and will not be set.
abstrato com.google.protobuf.ByteString
getNodeNameBytes ()
 This field is deprecated and will not be set.
abstrato com.google.protobuf.ByteString
getObsoleteOldStyleHistograma ()
bytes obsolete_old_style_histogram = 3;
flutuador abstrato
getSimpleValue ()
float simple_value = 2;
cadeia abstrata
obterTag ()
 Tag name for the data.
abstrato com.google.protobuf.ByteString
getTagBytes ()
 Tag name for the data.
TensorProto abstrato
obterTensor ()
.tensorflow.TensorProto tensor = 8;
TensorProtoOrBuilder abstrato
getTensorOrBuilder ()
.tensorflow.TensorProto tensor = 8;
Resumo Resumo.Value.ValueCase
booleano abstrato
temÁudio ()
.tensorflow.Summary.Audio audio = 6;
booleano abstrato
temHisto ()
.tensorflow.HistogramProto histo = 5;
booleano abstrato
temImagem ()
.tensorflow.Summary.Image image = 4;
booleano abstrato
hasMetadados ()
 Contains metadata on the summary value such as which plugins may use it.
booleano abstrato
temTensor ()
.tensorflow.TensorProto tensor = 8;

Métodos Públicos

Resumo público abstrato.Audio getAudio ()

.tensorflow.Summary.Audio audio = 6;

resumo público Resumo.AudioOrBuilder getAudioOrBuilder ()

.tensorflow.Summary.Audio audio = 6;

público abstrato HistogramaProto getHisto ()

.tensorflow.HistogramProto histo = 5;

público abstrato HistogramProtoOrBuilder getHistoOrBuilder ()

.tensorflow.HistogramProto histo = 5;

Resumo público abstrato.Image getImage ()

.tensorflow.Summary.Image image = 4;

resumo público Resumo.ImageOrBuilder getImageOrBuilder ()

.tensorflow.Summary.Image image = 4;

Resumo público ResumoMetadata 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;

resumo público 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;

String abstrata pública getNodeName ()

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

resumo público com.google.protobuf.ByteString getNodeNameBytes ()

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

resumo público com.google.protobuf.ByteString getObsoleteOldStyleHistogram ()

bytes obsolete_old_style_histogram = 3;

flutuador abstrato público getSimpleValue ()

float simple_value = 2;

String abstrata pública getTag ()

tag de string

 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;

resumo público com.google.protobuf.ByteString getTagBytes ()

tag de string

 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;

público abstrato TensorProto getTensor ()

.tensorflow.TensorProto tensor = 8;

público abstrato TensorProtoOrBuilder getTensorOrBuilder ()

.tensorflow.TensorProto tensor = 8;

resumo público Resumo.Value.ValueCase getValueCase ()

público abstrato booleano hasAudio ()

.tensorflow.Summary.Audio audio = 6;

hasHisto booleano abstrato público ()

.tensorflow.HistogramProto histo = 5;

hasImage booleano abstrato público ()

.tensorflow.Summary.Image image = 4;

público abstrato booleano 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;

hasTensor booleano abstrato público ()

.tensorflow.TensorProto tensor = 8;