genel statik arayüz Summary.ValueOrBuilder
Bilinen Dolaylı Alt Sınıflar |
Genel Yöntemler
özet Özet.Ses | getAudio () .tensorflow.Summary.Audio audio = 6; |
Özet Özet.AudioOrBuilder | getAudioOrBuilder () .tensorflow.Summary.Audio audio = 6; |
soyut HistogramProto | Histo'yu al () .tensorflow.HistogramProto histo = 5; |
soyut HistogramProtoOrBuilder | getHistoOrBuilder () .tensorflow.HistogramProto histo = 5; |
özet Özet.Resim | getImage () .tensorflow.Summary.Image image = 4; |
Özet Özet.ImageOrBuilder | getImageOrBuilder () .tensorflow.Summary.Image image = 4; |
özet ÖzetMetaveri | getMetadata () Contains metadata on the summary value such as which plugins may use it. |
özet ÖzetMetadataOrBuilder | getMetadataOrBuilder () Contains metadata on the summary value such as which plugins may use it. |
soyut Dize | 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; |
soyut kayan nokta | getSimpleValue () float simple_value = 2; |
soyut Dize | getTag () Tag name for the data. |
abstract com.google.protobuf.ByteString | getTagBytes () Tag name for the data. |
soyut TensorProto | getTensor () .tensorflow.TensorProto tensor = 8; |
soyut TensorProtoOrBuilder | getTensorOrBuilder () .tensorflow.TensorProto tensor = 8; |
özet Summary.Value.ValueCase | getValueCase () |
soyut boole | ses var () .tensorflow.Summary.Audio audio = 6; |
soyut boole | hasHisto () .tensorflow.HistogramProto histo = 5; |
soyut boole | hasImage () .tensorflow.Summary.Image image = 4; |
soyut boole | metaverileri var () Contains metadata on the summary value such as which plugins may use it. |
soyut boole | hasTensör () .tensorflow.TensorProto tensor = 8; |
Genel Yöntemler
genel özet 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;
genel özet 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;
genel özet Dize getNodeName ()
This field is deprecated and will not be set.
string node_name = 7;
genel özet com.google.protobuf.ByteString getNodeNameBytes ()
This field is deprecated and will not be set.
string node_name = 7;
genel özet com.google.protobuf.ByteString getObsoleteOldStyleHistogram ()
bytes obsolete_old_style_histogram = 3;
genel soyut kayan nokta getSimpleValue ()
float simple_value = 2;
genel özet Dize 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;
genel özet 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;
genel soyut boolean hasAudio ()
.tensorflow.Summary.Audio audio = 6;
genel soyut boolean hasHisto ()
.tensorflow.HistogramProto histo = 5;
genel soyut boolean hasImage ()
.tensorflow.Summary.Image image = 4;
genel soyut 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;
genel soyut boolean hasTensor ()
.tensorflow.TensorProto tensor = 8;