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 | getValueCase () |
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 | temMetadados () 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 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 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 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 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;