interfaz estática pública Summary.ValueOrBuilder
Subclases indirectas conocidas |
Métodos públicos
resumen resumen.Audio | obtener audio () .tensorflow.Summary.Audio audio = 6; |
resumen abstracto.AudioOrBuilder | getAudioOrBuilder () .tensorflow.Summary.Audio audio = 6; |
histograma abstractoProto | obtenerHisto () .tensorflow.HistogramProto histo = 5; |
Histograma abstractoProtoOrBuilder | getHistoOrBuilder () .tensorflow.HistogramProto histo = 5; |
resumen abstracto.Imagen | obtenerImagen () .tensorflow.Summary.Image image = 4; |
resumen abstracto.ImageOrBuilder | getImageOrBuilder () .tensorflow.Summary.Image image = 4; |
Resumen ResumenMetadatos | obtener metadatos () Contains metadata on the summary value such as which plugins may use it. |
resumen ResumenMetadataOrBuilder | getMetadataOrBuilder () Contains metadata on the summary value such as which plugins may use it. |
cadena abstracta | obtenerNombreNodo () This field is deprecated and will not be set. |
resumen com.google.protobuf.ByteString | getNodeNameBytes () This field is deprecated and will not be set. |
resumen com.google.protobuf.ByteString | getObsoleteOldStyleHistograma () bytes obsolete_old_style_histogram = 3; |
flotador abstracto | obtenerValorSimple () float simple_value = 2; |
cadena abstracta | obtener etiqueta () Tag name for the data. |
resumen com.google.protobuf.ByteString | obtenerTagBytes () Tag name for the data. |
TensorProto abstracto | obtenerTensor () .tensorflow.TensorProto tensor = 8; |
TensorProtoOrBuilder abstracto | getTensorOrBuilder () .tensorflow.TensorProto tensor = 8; |
Resumen Resumen.Valor.ValueCase | |
booleano abstracto | tieneAudio () .tensorflow.Summary.Audio audio = 6; |
booleano abstracto | tieneHisto () .tensorflow.HistogramProto histo = 5; |
booleano abstracto | tieneImagen () .tensorflow.Summary.Image image = 4; |
booleano abstracto | tieneMetadatos () Contains metadata on the summary value such as which plugins may use it. |
booleano abstracto | tieneTensor () .tensorflow.TensorProto tensor = 8; |
Métodos públicos
resumen público ResumenMetadatos 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;
resumen público ResumenMetadataOrBuilder 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;
Cadena abstracta pública getNodeName ()
This field is deprecated and will not be set.
string node_name = 7;
resumen público com.google.protobuf.ByteString getNodeNameBytes ()
This field is deprecated and will not be set.
string node_name = 7;
resumen público com.google.protobuf.ByteString getObsoleteOldStyleHistogram ()
bytes obsolete_old_style_histogram = 3;
flotante abstracto público getSimpleValue ()
float simple_value = 2;
Cadena abstracta 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;
resumen 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;
resumen público booleano hasAudio ()
.tensorflow.Summary.Audio audio = 6;
hasHisto booleano abstracto público ()
.tensorflow.HistogramProto histo = 5;
hasImage booleano abstracto público ()
.tensorflow.Summary.Image image = 4;
hasMetadata booleano abstracto público ()
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 abstracto público ()
.tensorflow.TensorProto tensor = 8;