パブリック最終クラスSessionLog
Protocol buffer used for logging session state.
tensorflow.SessionLog ネストされたクラス
| クラス | SessionLog.Builder | Protocol buffer used for logging session state. | |
| 列挙型 | SessionLog.SessionStatus | Protobuf enum tensorflow.SessionLog.SessionStatus | |
定数
| 整数 | チェックポイント_パス_フィールド_番号 | |
| 整数 | MSG_FIELD_NUMBER | |
| 整数 | STATUS_FIELD_NUMBER |
パブリックメソッド
| ブール値 | 等しい(オブジェクトオブジェクト) |
| 弦 | getチェックポイントパス() This checkpoint_path contains both the path and filename. |
| com.google.protobuf.ByteString | getCheckpointPathBytes () This checkpoint_path contains both the path and filename. |
| 静的セッションログ | |
| セッションログ | |
| 最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
| 弦 | getMsg () string msg = 3; |
| com.google.protobuf.ByteString | getMsgBytes () string msg = 3; |
| 整数 | |
| SessionLog.SessionStatus | getStatus () .tensorflow.SessionLog.SessionStatus status = 1; |
| 整数 | getStatusValue () .tensorflow.SessionLog.SessionStatus status = 1; |
| 最終的な com.google.protobuf.UnknownFieldSet | |
| 整数 | ハッシュコード() |
| 最終ブール値 | |
| 静的SessionLog.Builder | newBuilder ( SessionLogプロトタイプ) |
| 静的SessionLog.Builder | newBuilder () |
| SessionLog.Builder | |
| 静的セッションログ | 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) |
| 静的 | パーサー() |
| SessionLog.Builder | toビルダー() |
| 空所 | writeTo (com.google.protobuf.CodedOutputStream 出力) |
継承されたメソッド
定数
パブリック静的最終整数CHECKPOINT_PATH_FIELD_NUMBER
定数値: 2
パブリック静的最終整数MSG_FIELD_NUMBER
定数値: 3
パブリック静的最終整数STATUS_FIELD_NUMBER
定数値: 1
パブリックメソッド
public booleanに等しい(オブジェクト obj)
パブリック String getCheckpointPath ()
This checkpoint_path contains both the path and filename.
string checkpoint_path = 2; public com.google.protobuf.ByteString getCheckpointPathBytes ()
This checkpoint_path contains both the path and filename.
string checkpoint_path = 2; public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
パブリック String getMsg ()
string msg = 3;
public com.google.protobuf.ByteString getMsgBytes ()
string msg = 3;
公共 getParserForType ()
public int getSerializedSize ()
public int getStatusValue ()
.tensorflow.SessionLog.SessionStatus status = 1;
public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
パブリック最終ブール値isInitialized ()
public static SessionLog parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public static SessionLog parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public static SessionLog parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
public static SessionLog parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
public static SessionLog parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public static SessionLog parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
パブリック静的 パーサー()
public void writeTo (com.google.protobuf.CodedOutputStream 出力)
投げる
| IO例外 |
|---|