パブリック静的インターフェイスSummary.ValueOrBuilder
既知の間接サブクラス |
パブリックメソッド
要約概要.音声 | getAudio () .tensorflow.Summary.Audio audio = 6; |
抽象的なSummary.AudioOrBuilder | getAudioOrBuilder () .tensorflow.Summary.Audio audio = 6; |
抽象ヒストグラムプロト | getHisto () .tensorflow.HistogramProto histo = 5; |
抽象ヒストグラムProtoOrBuilder | getHistoOrBuilder () .tensorflow.HistogramProto histo = 5; |
抽象的な概要.画像 | 画像取得() .tensorflow.Summary.Image image = 4; |
抽象的なSummary.ImageOrBuilder | getImageOrBuilder () .tensorflow.Summary.Image image = 4; |
抽象的な概要メタデータ | getメタデータ() 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; |
抽象文字列 | getタグ() 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; |
抽象的なSummary.Value.ValueCase | getValueCase () |
抽象ブール値 | hasAudio () .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. |
抽象ブール値 | 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;
パブリック抽象 String 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;
public abstract com.google.protobuf.ByteString getObsoleteOldStyleHistogram ()
bytes obsolete_old_style_histogram = 3;
public abstract float 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;
public abstract boolean hasHisto ()
.tensorflow.HistogramProto histo = 5;
public abstract boolean hasImage ()
.tensorflow.Summary.Image image = 4;
public abstract 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;
public abstract boolean hasTensor ()
.tensorflow.TensorProto tensor = 8;