공개 정적 인터페이스 Summary.ValueOrBuilder
알려진 간접 하위 클래스 |
공개 방법
요약 요약.오디오 | getAudio () .tensorflow.Summary.Audio audio = 6; |
추상 요약.AudioOrBuilder | getAudioOrBuilder () .tensorflow.Summary.Audio audio = 6; |
추상 히스토그램프로토 | getHisto () .tensorflow.HistogramProto histo = 5; |
추상 히스토그램ProtoOrBuilder | getHistoOrBuilder () .tensorflow.HistogramProto histo = 5; |
추상 요약.이미지 | 이미지 가져오기 () .tensorflow.Summary.Image image = 4; |
추상 요약.ImageOrBuilder | getImageOrBuilder () .tensorflow.Summary.Image image = 4; |
추상 요약메타데이터 | 메타데이터 가져오기 () 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 | getObsoleteOldStyle히스토그램 () bytes obsolete_old_style_histogram = 3; |
추상 플로트 | getSimpleValue () float simple_value = 2; |
추상 문자열 | 태그 가져오기 () Tag name for the data. |
추상 com.google.protobuf.ByteString | getTagBytes () Tag name for the data. |
추상 TensorProto | getTensor () .tensorflow.TensorProto tensor = 8; |
추상 TensorProtoOrBuilder | getTensorOrBuilder () .tensorflow.TensorProto tensor = 8; |
추상 요약.값.값 사례 | getValueCase () |
추상 부울 | 해스오디오 () .tensorflow.Summary.Audio audio = 6; |
추상 부울 | hasHisto () .tensorflow.HistogramProto histo = 5; |
추상 부울 | 해시이미지 () .tensorflow.Summary.Image image = 4; |
추상 부울 | 메타데이터 () Contains metadata on the summary value such as which plugins may use it. |
추상 부울 | hasTensor () .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;