パブリック最終クラスDebugMetadata
Metadata about the debugger and the debugged TensorFlow program.
tensorflow.DebugMetadata ネストされたクラス
| クラス | DebugMetadata.Builder | Metadata about the debugger and the debugged TensorFlow program. | |
定数
| 整数 | FILE_VERSION_FIELD_NUMBER | |
| 整数 | TENSORFLOW_VERSION_FIELD_NUMBER | |
| 整数 | TFDBG_RUN_ID_FIELD_NUMBER |
パブリックメソッド
| ブール値 | 等しい(オブジェクトオブジェクト) |
| 静的なデバッグメタデータ | |
| デバッグメタデータ | |
| 最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
| 弦 | getFileVersion () Version of the DebugEvent file format. |
| com.google.protobuf.ByteString | getFileVersionBytes () Version of the DebugEvent file format. |
| 整数 | |
| 弦 | getTensorflowVersion () Version of TensorFlow. |
| com.google.protobuf.ByteString | getTensorflowVersionBytes () Version of TensorFlow. |
| 弦 | getTfdbgRunId () A unique ID for the current run of tfdbg. |
| com.google.protobuf.ByteString | getTfdbgRunIdBytes () A unique ID for the current run of tfdbg. |
| 最終的な com.google.protobuf.UnknownFieldSet | |
| 整数 | ハッシュコード() |
| 最終ブール値 | |
| 静的DebugMetadata.Builder | newBuilder ( DebugMetadataプロトタイプ) |
| 静的DebugMetadata.Builder | newBuilder () |
| DebugMetadata.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) |
| 静的 | パーサー() |
| DebugMetadata.Builder | toビルダー() |
| 空所 | writeTo (com.google.protobuf.CodedOutputStream 出力) |
継承されたメソッド
定数
パブリック静的最終整数FILE_VERSION_FIELD_NUMBER
定数値: 2
パブリック静的最終整数TENSORFLOW_VERSION_FIELD_NUMBER
定数値: 1
public static Final int TFDBG_RUN_ID_FIELD_NUMBER
定数値: 3
パブリックメソッド
public booleanに等しい(オブジェクト obj)
public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public String getFileVersion ()
Version of the DebugEvent file format. Has a format of "debug.Event:<number>", e.g., "debug.Event:1".
string file_version = 2; public com.google.protobuf.ByteString getFileVersionBytes ()
Version of the DebugEvent file format. Has a format of "debug.Event:<number>", e.g., "debug.Event:1".
string file_version = 2; 公共 getParserForType ()
public int getSerializedSize ()
public String getTensorflowVersion ()
Version of TensorFlow.
string tensorflow_version = 1; public com.google.protobuf.ByteString getTensorflowVersionBytes ()
Version of TensorFlow.
string tensorflow_version = 1; パブリック String getTfdbgRunId ()
A unique ID for the current run of tfdbg. A run of tfdbg is defined as a TensorFlow job instrumented by tfdbg. Multiple hosts in a distributed TensorFlow job instrumented by tfdbg have the same ID.
string tfdbg_run_id = 3; public com.google.protobuf.ByteString getTfdbgRunIdBytes ()
A unique ID for the current run of tfdbg. A run of tfdbg is defined as a TensorFlow job instrumented by tfdbg. Multiple hosts in a distributed TensorFlow job instrumented by tfdbg have the same ID.
string tfdbg_run_id = 3; public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
パブリック最終ブール値isInitialized ()
public static DebugMetadata parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public static DebugMetadata parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public static DebugMetadata parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
public static DebugMetadata parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
public static DebugMetadata parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public static DebugMetadata parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
パブリック静的 パーサー()
public void writeTo (com.google.protobuf.CodedOutputStream 出力)
投げる
| IO例外 |
|---|