public static Final クラスSummary.Value
Protobuf 型tensorflow.Summary.Value
ネストされたクラス
クラス | 概要.値.ビルダー | Protobuf 型tensorflow.Summary.Value | |
列挙型 | 概要.値.値ケース |
定数
パブリックメソッド
ブール値 | 等しい(オブジェクトオブジェクト) |
概要.音声 | getAudio () .tensorflow.Summary.Audio audio = 6; |
Summary.AudioOrBuilder | getAudioOrBuilder () .tensorflow.Summary.Audio audio = 6; |
静的な概要.値 | |
概要.値 | |
最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
ヒストグラムプロト | getHisto () .tensorflow.HistogramProto histo = 5; |
ヒストグラムProtoOrBuilder | getHistoOrBuilder () .tensorflow.HistogramProto histo = 5; |
概要.画像 | 画像取得() .tensorflow.Summary.Image image = 4; |
概要.ImageOrBuilder | getImageOrBuilder () .tensorflow.Summary.Image image = 4; |
概要メタデータ | getメタデータ() Contains metadata on the summary value such as which plugins may use it. |
概要メタデータまたはビルダー | 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. |
テンソルプロト | getTensor () .tensorflow.TensorProto tensor = 8; |
TensorProtoOrBuilder | getTensorOrBuilder () .tensorflow.TensorProto tensor = 8; |
最終的な com.google.protobuf.UnknownFieldSet | |
概要.値.値ケース | 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; |
整数 | ハッシュコード() |
最終ブール値 | |
静的なSummary.Value.Builder | newBuilder ( Summary.Valueプロトタイプ) |
静的なSummary.Value.Builder | newBuilder () |
概要.値.ビルダー | |
静的な概要.値 | parseDelimitedFrom (InputStream 入力) |
静的な概要.値 | parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的な概要.値 | parseFrom (ByteBuffer データ) |
静的な概要.値 | parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的な概要.値 | parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的な概要.値 | parseFrom (com.google.protobuf.CodedInputStream 入力) |
静的な概要.値 | parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的な概要.値 | parseFrom (com.google.protobuf.ByteString データ) |
静的な概要.値 | parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的な概要.値 | parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的 | パーサー() |
概要.値.ビルダー | toビルダー() |
空所 | writeTo (com.google.protobuf.CodedOutputStream 出力) |
継承されたメソッド
定数
パブリック静的最終整数AUDIO_FIELD_NUMBER
定数値: 6
パブリック静的最終整数HISTO_FIELD_NUMBER
定数値: 5
パブリック静的最終整数IMAGE_FIELD_NUMBER
定数値: 4
パブリック静的最終整数METADATA_FIELD_NUMBER
定数値: 9
パブリック静的最終整数NODE_NAME_FIELD_NUMBER
定数値: 7
パブリック静的最終整数OBSOLETE_OLD_STYLE_HISTOGRAM_FIELD_NUMBER
定数値: 3
パブリック静的最終整数SIMPLE_VALUE_FIELD_NUMBER
定数値: 2
パブリック静的最終整数TAG_FIELD_NUMBER
定数値: 1
パブリック静的最終整数TENSOR_FIELD_NUMBER
定数値: 8
パブリックメソッド
public booleanに等しい(オブジェクト obj)
public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
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;
public 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;
public com.google.protobuf.ByteString getNodeNameBytes ()
This field is deprecated and will not be set.
string node_name = 7;
public com.google.protobuf.ByteString getObsoleteOldStyleHistogram ()
bytes obsolete_old_style_histogram = 3;
公共 getParserForType ()
public int getSerializedSize ()
public float getSimpleValue ()
float simple_value = 2;
パブリック String 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;
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 Final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public boolean hasAudio ()
.tensorflow.Summary.Audio audio = 6;
public boolean hasHisto ()
.tensorflow.HistogramProto histo = 5;
public boolean hasImage ()
.tensorflow.Summary.Image image = 4;
public 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 boolean hasTensor ()
.tensorflow.TensorProto tensor = 8;
public int hashCode ()
パブリック最終ブール値isInitialized ()
public static Summary.Value parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static Summary.Value parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static Summary.Value parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
public static Summary.Value parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
public static Summary.Value parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static Summary.Value parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
パブリック静的 パーサー()
public void writeTo (com.google.protobuf.CodedOutputStream 出力)
投げる
IO例外 |
---|