อินเทอร์เฟซแบบคงที่สาธารณะ Summary.ValueOrBuilder
คลาสย่อยทางอ้อมที่รู้จัก |
วิธีการสาธารณะ
สรุปบทคัดย่อเสียง | รับเสียง () .tensorflow.Summary.Audio audio = 6; |
สรุปบทคัดย่อ AudioOrBuilder | getAudioOrBuilder () .tensorflow.Summary.Audio audio = 6; |
ฮิสโตแกรม แบบนามธรรม | getHisto () .tensorflow.HistogramProto histo = 5; |
นามธรรม HistogramProtoOrBuilder | getHistoOrBuilder () .tensorflow.HistogramProto histo = 5; |
สรุป นามธรรมรูปภาพ | รับภาพ () .tensorflow.Summary.Image image = 4; |
สรุป นามธรรม ImageOrBuilder | getImageOrBuilder () .tensorflow.Summary.Image image = 4; |
บทคัดย่อ Metadata สรุป | รับข้อมูลเมตา () Contains metadata on the summary value such as which plugins may use it. |
สรุป MetadataOrBuilder แบบนามธรรม | getMetadataOrBuilder () Contains metadata on the summary value such as which plugins may use it. |
สตริงที่เป็นนามธรรม | getNodeName () This field is deprecated and will not be set. |
นามธรรม com.google.protobuf.ByteString | getNodeNameBytes () This field is deprecated and will not be set. |
นามธรรม com.google.protobuf.ByteString | getObsoleteOldStyleHistogram () bytes obsolete_old_style_histogram = 3; |
ลอยนามธรรม | getSimpleValue () float simple_value = 2; |
สตริงที่เป็นนามธรรม | รับแท็ก () Tag name for the data. |
นามธรรม com.google.protobuf.ByteString | รับแท็กไบต์ () Tag name for the data. |
นามธรรม TensorProto | รับเทนเซอร์ () .tensorflow.TensorProto tensor = 8; |
นามธรรม TensorProtoOrBuilder | getTensorOrBuilder () .tensorflow.TensorProto tensor = 8; |
สรุปนามธรรม.Value.ValueCase | getValueCase () |
บูลีนนามธรรม | มีเสียง () .tensorflow.Summary.Audio audio = 6; |
บูลีนนามธรรม | มีฮิสโต () .tensorflow.HistogramProto histo = 5; |
บูลีนนามธรรม | มีรูปภาพ () .tensorflow.Summary.Image image = 4; |
บูลีนนามธรรม | มีข้อมูลเมตา () Contains metadata on the summary value such as which plugins may use it. |
บูลีนนามธรรม | มีเทนเซอร์ () .tensorflow.TensorProto tensor = 8; |
วิธีการสาธารณะ
บทคัดย่อสาธารณะ 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;
บทคัดย่อสาธารณะ 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;
สตริงนามธรรมสาธารณะ getNodeName ()
This field is deprecated and will not be set.
string node_name = 7;
นามธรรมสาธารณะ com.google.protobuf.ByteString getNodeNameBytes ()
This field is deprecated and will not be set.
string node_name = 7;
นามธรรมสาธารณะ com.google.protobuf.ByteString getObsoleteOldStyleHistogram ()
bytes obsolete_old_style_histogram = 3;
นามธรรมสาธารณะลอย getSimpleValue ()
float simple_value = 2;
สตริงนามธรรมสาธารณะ 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;
นามธรรมสาธารณะ 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;
hasAudio บูลีนนามธรรมสาธารณะ ()
.tensorflow.Summary.Audio audio = 6;
hasHisto บูลีนนามธรรมสาธารณะ ()
.tensorflow.HistogramProto histo = 5;
hasImage บูลีนนามธรรมสาธารณะ ()
.tensorflow.Summary.Image image = 4;
บูลีนนามธรรมสาธารณะ 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 บูลีนนามธรรมสาธารณะ ()
.tensorflow.TensorProto tensor = 8;