パブリック最終クラスの概要
A Summary is a set of named values to be displayed by the visualizer. Summaries are produced regularly during training, as controlled by the "summary_interval_secs" attribute of the training operation. Summaries are also produced at the end of an evaluation.Protobuf 型の
tensorflow.Summary
ネストされたクラス
クラス | 概要.音声 | Protobuf 型tensorflow.Summary.Audio | |
インタフェース | Summary.AudioOrBuilder | ||
クラス | 概要.ビルダー | A Summary is a set of named values to be displayed by the visualizer. | |
クラス | 概要.画像 | Protobuf 型tensorflow.Summary.Image | |
インタフェース | Summary.ImageOrBuilder | ||
クラス | 概要.値 | Protobuf 型tensorflow.Summary.Value | |
インタフェース | Summary.ValueOrBuilder |
定数
整数 | VALUE_FIELD_NUMBER |
パブリックメソッド
ブール値 | 等しい(オブジェクトオブジェクト) |
静的概要 | |
まとめ | |
最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
整数 | |
最終的な com.google.protobuf.UnknownFieldSet | |
概要.値 | getValue (int インデックス) Set of values for the summary. |
整数 | getValueCount () Set of values for the summary. |
リスト<概要.値> | getValueList () Set of values for the summary. |
Summary.ValueOrBuilder | getValueOrBuilder (int インデックス) Set of values for the summary. |
リスト<? Summary.ValueOrBuilderを拡張 > | getValueOrBuilderList () Set of values for the summary. |
整数 | ハッシュコード() |
最終ブール値 | |
静的な概要.Builder | newBuilder (概要プロトタイプ) |
静的な概要.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 出力) |
継承されたメソッド
定数
パブリック静的最終整数VALUE_FIELD_NUMBER
定数値: 1
パブリックメソッド
public booleanに等しい(オブジェクト obj)
public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
公共 getParserForType ()
public int getSerializedSize ()
public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public Summary.Value getValue (int インデックス)
Set of values for the summary.
repeated .tensorflow.Summary.Value value = 1;
public int getValueCount ()
Set of values for the summary.
repeated .tensorflow.Summary.Value value = 1;
public List< Summary.Value > getValueList ()
Set of values for the summary.
repeated .tensorflow.Summary.Value value = 1;
public Summary.ValueOrBuilder getValueOrBuilder (int インデックス)
Set of values for the summary.
repeated .tensorflow.Summary.Value value = 1;
公開リスト<? extends Summary.ValueOrBuilder > getValueOrBuilderList ()
Set of values for the summary.
repeated .tensorflow.Summary.Value value = 1;
public int hashCode ()
パブリック最終ブール値isInitialized ()
public static概要parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static Summary parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static Summary parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
public static Summary parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
public static Summary parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static Summary parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
パブリック静的 パーサー()
public void writeTo (com.google.protobuf.CodedOutputStream 出力)
投げる
IO例外 |
---|