DebugMetadata

パブリック最終クラスDebugMetadata

 Metadata about the debugger and the debugged TensorFlow program.
 
Protobuf 型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
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
空所
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 DebugMetadata getDefaultInstance ()

public DebugMetadata getDefaultInstanceForType ()

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.Builder newBuilder ( DebugMetadataプロトタイプ)

public static DebugMetadata.Builder newBuilder ()

public DebugMetadata.Builder newBuilderForType ()

public static DebugMetadata parseDelimitedFrom (InputStream 入力)

投げる
IO例外

public static DebugMetadata parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static DebugMetadata parseFrom (ByteBuffer データ)

投げる
無効なプロトコルバッファ例外

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 (com.google.protobuf.CodedInputStream 入力)

投げる
IO例外

public static DebugMetadata parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static DebugMetadata parseFrom (com.google.protobuf.ByteString データ)

投げる
無効なプロトコルバッファ例外

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 DebugMetadata.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream 出力)

投げる
IO例外