interface statique publique Summary.ValueOrBuilder
Sous-classes indirectes connues |
Méthodes publiques
Résumé Résumé.Audio | obtenirAudio () .tensorflow.Summary.Audio audio = 6; |
Résumé Résumé.AudioOrBuilder | getAudioOrBuilder () .tensorflow.Summary.Audio audio = 6; |
HistogrammeProto abstrait | obtenirHisto () .tensorflow.HistogramProto histo = 5; |
abstrait HistogramProtoOrBuilder | getHistoOrBuilder () .tensorflow.HistogramProto histo = 5; |
Résumé Résumé.Image | obtenirImage () .tensorflow.Summary.Image image = 4; |
Résumé Résumé.ImageOrBuilder | getImageOrBuilder () .tensorflow.Summary.Image image = 4; |
résuméRésuméMétadonnées | getMetadata () Contains metadata on the summary value such as which plugins may use it. |
résuméRésuméMetadataOrBuilder | getMetadataOrBuilder () Contains metadata on the summary value such as which plugins may use it. |
chaîne abstraite | getNodeName () This field is deprecated and will not be set. |
résumé com.google.protobuf.ByteString | getNodeNameBytes () This field is deprecated and will not be set. |
résumé com.google.protobuf.ByteString | getObsoleteOldStyleHistogramme () bytes obsolete_old_style_histogram = 3; |
flotteur abstrait | obtenirSimpleValue () float simple_value = 2; |
chaîne abstraite | obtenirTag () Tag name for the data. |
résumé com.google.protobuf.ByteString | getTagBytes () Tag name for the data. |
TensorProto abstrait | getTensor () .tensorflow.TensorProto tensor = 8; |
abstrait TensorProtoOrBuilder | getTensorOrBuilder () .tensorflow.TensorProto tensor = 8; |
résumé Résumé.Value.ValueCase | getValueCase () |
booléen abstrait | aAudio () .tensorflow.Summary.Audio audio = 6; |
booléen abstrait | hasHisto () .tensorflow.HistogramProto histo = 5; |
booléen abstrait | aImage () .tensorflow.Summary.Image image = 4; |
booléen abstrait | hasMetadata () Contains metadata on the summary value such as which plugins may use it. |
booléen abstrait | hasTensor () .tensorflow.TensorProto tensor = 8; |
Méthodes publiques
résumé 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;
résumé public RésuméMetadataOrBuilder 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;
chaîne abstraite publique getNodeName ()
This field is deprecated and will not be set.
string node_name = 7;
résumé public com.google.protobuf.ByteString getNodeNameBytes ()
This field is deprecated and will not be set.
string node_name = 7;
résumé public com.google.protobuf.ByteString getObsoleteOldStyleHistogram ()
bytes obsolete_old_style_histogram = 3;
public abstrait float getSimpleValue ()
float simple_value = 2;
chaîne abstraite publique 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;
résumé public 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;
public abstrait booléen hasAudio ()
.tensorflow.Summary.Audio audio = 6;
public abstrait booléen hasHisto ()
.tensorflow.HistogramProto histo = 5;
public abstrait booléen hasImage ()
.tensorflow.Summary.Image image = 4;
public abstrait booléen 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 abstrait booléen hasTensor ()
.tensorflow.TensorProto tensor = 8;